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
7b745b4b
Commit
7b745b4b
authored
Oct 13, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+setrawdevpath
parent
6b278096
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
camogm_interface.php
src/camogmgui/camogm_interface.php
+3
-0
No files found.
src/camogmgui/camogm_interface.php
View file @
7b745b4b
...
...
@@ -629,6 +629,9 @@ else
exec
(
'echo "format=jpg;" > /var/state/camogm_cmd'
);
// Set quicktime *.mov as default format after startup.
exec
(
'echo "save_gp=1;\n" > /var/state/camogm_cmd'
);
// enable calculation of free/used buffer space
break
;
case
"setrawdevpath"
:
$rawdev_path
=
$_GET
[
'path'
];
exec
(
'echo "rawdev_path='
.
$rawdev_path
.
';" > /var/state/camogm_cmd'
);
case
"gettime"
:
echo
elphel_get_fpga_time
();
break
;
...
...
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