UYVY backend
This commit is contained in:
@@ -42,6 +42,7 @@ std::filesystem::path WriteConfigFixture()
|
||||
<< " \"device\": \"output-card-1\",\n"
|
||||
<< " \"resolution\": \"2160p\",\n"
|
||||
<< " \"frameRate\": \"60\",\n"
|
||||
<< " \"pixelFormat\": \"uyvy8\",\n"
|
||||
<< " \"keying\": {\n"
|
||||
<< " \"external\": true,\n"
|
||||
<< " \"alphaRequired\": true\n"
|
||||
@@ -78,6 +79,7 @@ void TestLoadsRuntimeHostConfig()
|
||||
Expect(config.input.device == "input-card-1", "input device loads");
|
||||
Expect(config.output.resolution == "2160p", "output resolution loads");
|
||||
Expect(config.output.frameRate == "60", "output frame rate loads");
|
||||
Expect(config.output.pixelFormat == "uyvy8", "output pixel format loads");
|
||||
Expect(config.output.device == "output-card-1", "output device loads");
|
||||
Expect(config.input.backend == "none", "video input backend loads");
|
||||
Expect(config.output.backend == "decklink", "video output backend loads");
|
||||
|
||||
Reference in New Issue
Block a user