UYVY backend
All checks were successful
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 2m22s
CI / Windows Release Package (push) Has been skipped

This commit is contained in:
Aiden
2026-05-30 19:16:16 +10:00
parent d0b1f63524
commit f0f8b080ca
30 changed files with 733 additions and 239 deletions

View File

@@ -566,7 +566,7 @@ components:
properties:
backend:
type: string
enum: [decklink, none]
enum: [decklink, ndi, none]
device:
type: string
resolution:
@@ -578,13 +578,18 @@ components:
properties:
backend:
type: string
enum: [decklink, none]
enum: [decklink, ndi, none]
device:
type: string
resolution:
type: string
frameRate:
type: string
pixelFormat:
type: string
enum: [auto, bgra8, uyvy8]
systemFramePixelFormat:
type: string
keying:
type: object
properties:
@@ -752,10 +757,10 @@ components:
description: Maximum observed render-thread frame draw duration in milliseconds for this process.
readbackQueueMs:
type: number
description: Most recent duration spent queueing BGRA8 async PBO readback after rendering.
description: Most recent duration spent queueing async PBO readback for the selected system-frame pixel format after rendering.
completedReadbackCopyMs:
type: number
description: Most recent duration spent mapping and copying a completed BGRA8 readback into system-memory frame storage.
description: Most recent duration spent mapping and copying a completed readback into system-memory frame storage.
completedDrops:
type: number
description: Number of completed unscheduled system-memory frames dropped so render could reuse the slot.