Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eyesis4pi-393-gui
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
eyesis4pi-393-gui
Commits
07f574f2
Commit
07f574f2
authored
Mar 31, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set dummy_read default value for the record
parent
ca1a9c3f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
eyesis4pi_control.php
eyesis4pi_control.php
+2
-0
No files found.
eyesis4pi_control.php
View file @
07f574f2
...
@@ -222,6 +222,8 @@ function set_normal_recording($ip){
...
@@ -222,6 +222,8 @@ function set_normal_recording($ip){
# preset for fast recording to a raw formatted partition
# preset for fast recording to a raw formatted partition
function
set_fast_recording
(
$ip
){
function
set_fast_recording
(
$ip
){
fopen
(
"http://
{
$ip
}
/camogm_interface.php?cmd=setrawdevpath&path=/dev/sda2"
,
'r'
);
fopen
(
"http://
{
$ip
}
/camogm_interface.php?cmd=setrawdevpath&path=/dev/sda2"
,
'r'
);
//experimental, default = 0 = disabled, set 1 to enable
fopen
(
"http://
{
$ip
}
/camogm_interface.php?cmd=set_dummy_read&dummy_read=0"
,
'r'
);
fopen
(
"http://
{
$ip
}
/camogm_interface.php?cmd=setjpeg"
,
'r'
);
fopen
(
"http://
{
$ip
}
/camogm_interface.php?cmd=setjpeg"
,
'r'
);
}
}
...
...
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