add defaults for CaptureFPS and AnalysisFPS
This commit is contained in:
parent
2b09658f88
commit
bb6e6c18eb
|
@ -15,8 +15,10 @@ private $defaults = array(
|
||||||
'Height' => null,
|
'Height' => null,
|
||||||
'Orientation' => null,
|
'Orientation' => null,
|
||||||
'AnalysisFPSLimit' => null,
|
'AnalysisFPSLimit' => null,
|
||||||
'OutputCodec',
|
'OutputCodec' => 'h264',
|
||||||
'OutputContainer',
|
'OutputContainer' => 'auto',
|
||||||
|
'AnalysisFPS' => null,
|
||||||
|
'CaptureFPS' => null,
|
||||||
);
|
);
|
||||||
private $control_fields = array(
|
private $control_fields = array(
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
|
|
Loading…
Reference in New Issue