mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
fix motion updating (#11083)
This commit is contained in:
parent
647bcb2618
commit
313e7c016c
@ -413,9 +413,7 @@ def track_camera(
|
|||||||
object_filters = config.objects.filters
|
object_filters = config.objects.filters
|
||||||
|
|
||||||
motion_detector = ImprovedMotionDetector(
|
motion_detector = ImprovedMotionDetector(
|
||||||
frame_shape,
|
frame_shape, config.motion, config.detect.fps, name=config.name
|
||||||
config.motion,
|
|
||||||
config.detect.fps,
|
|
||||||
)
|
)
|
||||||
object_detector = RemoteObjectDetector(
|
object_detector = RemoteObjectDetector(
|
||||||
name, labelmap, detection_queue, result_connection, model_config, stop_event
|
name, labelmap, detection_queue, result_connection, model_config, stop_event
|
||||||
|
Loading…
Reference in New Issue
Block a user