add defaults for CaptureFPS and AnalysisFPS
This commit is contained in:
parent
2b09658f88
commit
bb6e6c18eb
|
@ -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' => '',
|
||||
|
|
Loading…
Reference in New Issue