From 480a576c055b3ee198a345364f458b768b3a6c3b Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:16:06 -0500 Subject: [PATCH] only check if moving at frame time --- frigate/video.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/video.py b/frigate/video.py index b23fc9318..b309bb729 100755 --- a/frigate/video.py +++ b/frigate/video.py @@ -798,7 +798,6 @@ def process_frames( motion_boxes = ( motion_detector.detect(frame) if motion_enabled.value - and ptz_stopped.is_set() and not ptz_moving_at_frame_time( frame_time, ptz_start_time.value, ptz_stop_time.value )