From 313e7c016c9a175b6dc3a16c0af5e5500b115508 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 23 Apr 2024 08:57:29 -0600 Subject: [PATCH] fix motion updating (#11083) --- frigate/video.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frigate/video.py b/frigate/video.py index 5d3eeeae3..ce01b8dfa 100755 --- a/frigate/video.py +++ b/frigate/video.py @@ -413,9 +413,7 @@ def track_camera( object_filters = config.objects.filters motion_detector = ImprovedMotionDetector( - frame_shape, - config.motion, - config.detect.fps, + frame_shape, config.motion, config.detect.fps, name=config.name ) object_detector = RemoteObjectDetector( name, labelmap, detection_queue, result_connection, model_config, stop_event