@@ -384,6 +384,8 @@ function process_request(xmldoc) {
case"listdevices":
process_scan_devices(xmldoc);
break;
case"list_raw_devices":
process_raw_dev_list(xmldoc);
default:
break;
}
...
...
@@ -535,7 +537,9 @@ function help(caller) {
case'debug':
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;
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){
...
...
@@ -747,13 +751,68 @@ function toggle_buffer() {
}
}
// enable fast recording through disk driver
functionfast_rec_changed(parent)
/** 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)"> Use fast recording