Commit 07f574f2 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

set dummy_read default value for the record

parent ca1a9c3f
......@@ -222,6 +222,8 @@ function set_normal_recording($ip){
# preset for fast recording to a raw formatted partition
function set_fast_recording($ip){
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');
}
......
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