Commit 2f06ddbb authored by Andrey Filippov's avatar Andrey Filippov

camogm wouldn't start randomly with uninitialized port_enable

parent 5a76602f
......@@ -350,6 +350,10 @@
if ($xml_format == "'none'") // use quicktime mov as default if no container format has been selected
fprintf($fcmd, "format=mov;");
// for some reason sometimes camogm was starting with all ports disabled. Temporarily enable them all (add control)
fprintf($fcmd, "port_enable=0;port_enable=1;port_enable=2;port_enable=3;");
}
// GUI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment