add defaults for CaptureFPS and AnalysisFPS

This commit is contained in:
Isaac Connor 2017-11-14 13:17:50 -08:00
parent 2b09658f88
commit bb6e6c18eb
1 changed files with 4 additions and 2 deletions

View File

@ -15,8 +15,10 @@ private $defaults = array(
'Height' => null,
'Orientation' => null,
'AnalysisFPSLimit' => null,
'OutputCodec',
'OutputContainer',
'OutputCodec' => 'h264',
'OutputContainer' => 'auto',
'AnalysisFPS' => null,
'CaptureFPS' => null,
);
private $control_fields = array(
'Name' => '',