Update Jpeg and Video options for passthrough options
This commit is contained in:
parent
f076104c94
commit
b4d4dd6e6a
|
@ -423,13 +423,14 @@ $savejpegopts = array(
|
||||||
"Disabled" => 0,
|
"Disabled" => 0,
|
||||||
"Frames only" => 1,
|
"Frames only" => 1,
|
||||||
"Analysis images only (if available)" => 2,
|
"Analysis images only (if available)" => 2,
|
||||||
"Frames + Analysis images (if available)" => 3
|
"Frames + Analysis images (if available)" => 3,
|
||||||
|
"Snapshot Only" => 4
|
||||||
);
|
);
|
||||||
|
|
||||||
$videowriteropts = array(
|
$videowriteropts = array(
|
||||||
"Disabled" => 0,
|
"Disabled" => 0,
|
||||||
"X264 : MP4V2" => 1
|
"X264 Encode" => 1
|
||||||
// "H264 Passthrough : MP4V2 (not implemented)" => 2
|
"H264 Camera Passthrough" => 2
|
||||||
);
|
);
|
||||||
|
|
||||||
xhtmlHeaders(__FILE__, $SLANG['Monitor']." - ".validHtmlStr($monitor['Name']) );
|
xhtmlHeaders(__FILE__, $SLANG['Monitor']." - ".validHtmlStr($monitor['Name']) );
|
||||||
|
|
Loading…
Reference in New Issue