mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
initialize detection correctly from config
This commit is contained in:
parent
ea53068432
commit
7f663328dc
@ -74,7 +74,7 @@ class FrigateApp():
|
|||||||
'camera_fps': mp.Value('d', 0.0),
|
'camera_fps': mp.Value('d', 0.0),
|
||||||
'skipped_fps': mp.Value('d', 0.0),
|
'skipped_fps': mp.Value('d', 0.0),
|
||||||
'process_fps': mp.Value('d', 0.0),
|
'process_fps': mp.Value('d', 0.0),
|
||||||
'detection_enabled': mp.Value('i', 1),
|
'detection_enabled': mp.Value('i', self.config.cameras[camera_name].detect.enabled),
|
||||||
'detection_fps': mp.Value('d', 0.0),
|
'detection_fps': mp.Value('d', 0.0),
|
||||||
'detection_frame': mp.Value('d', 0.0),
|
'detection_frame': mp.Value('d', 0.0),
|
||||||
'read_start': mp.Value('d', 0.0),
|
'read_start': mp.Value('d', 0.0),
|
||||||
|
Loading…
Reference in New Issue
Block a user