fix: video input on both output and monitoring

This commit is contained in:
2026-05-16 21:41:14 +02:00
parent fddb11dbe3
commit 0b344eb52a
+4
View File
@@ -313,6 +313,10 @@ static bool init(const Parameters *params) {
}
#ifdef VIDEO_IN
if (params->output && params->monitor) {
window_use(window_output, &context);
}
shaders_link_inputs(&program, &project, &video_captures,
init_params.video_buffers);
#endif /* VIDEO_IN */