alert("The higher the debug-level the more information is written to the debug file (it may slow down camogm and cause it to drop frames even if it could handle it with no/lower debug-level output).")
alert("The higher the debug-level the more information is written to the debug file (it may slow down camogm and cause it to drop frames even if it could handle it with no/lower debug-level output).")
break;
break;
case'fast_rec':
alert("Enable or disable fast recoding feature. The disk drive should have at least one partition without file system or"+
"any data on it to enable this feature.");
}
}
}
}
functionformat_changed(parent){
functionformat_changed(parent){
...
@@ -747,13 +774,73 @@ function toggle_buffer() {
...
@@ -747,13 +774,73 @@ function toggle_buffer() {
}
}
}
}
// enable fast recording through disk driver
/** Enable or disable page controls in accordance to new state which cat be one of 'fast_rec' or 'standart_rec' */
<inputid="fast_rec"type="checkbox"style="left:1px; top:3px; position:relative;"name=""value=""onChange="fast_rec_changed(this)"> Use fast recording
<inputid="fast_rec"type="checkbox"style="left:1px; top:3px; position:relative;"name="fastrec_checkbox"value="checked"onChange="fast_rec_changed(this)"checked="checked"> Use fast recording