Update Jpeg and Video options for passthrough options

This commit is contained in:
SteveGilvarry 2014-12-19 07:21:00 +11:00
parent f076104c94
commit b4d4dd6e6a
1 changed files with 4 additions and 3 deletions

View File

@ -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']) );