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

@@ -27,8 +27,10 @@ struct VideoOutputAppConfig
std::string device = "default";
std::string resolution = "1080p";
std::string frameRate = "59.94";
std::string pixelFormat = "auto";
bool externalKeyingEnabled = false;
bool outputAlphaRequired = false;
VideoIOPixelFormat systemFramePixelFormat = VideoIOPixelFormat::Bgra8;
VideoFormat videoMode;
};