Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-camogm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-camogm
Commits
2f06ddbb
Commit
2f06ddbb
authored
Jul 12, 2021
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
camogm wouldn't start randomly with uninitialized port_enable
parent
5a76602f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
camogmgui.php
src/camogmgui/camogmgui.php
+4
-0
No files found.
src/camogmgui/camogmgui.php
View file @
2f06ddbb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment