UYVY backend
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user