From 4406272d18fb30386823443636401aceb9bc4df4 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:01:48 -0500 Subject: [PATCH] clarifying comment --- frigate/video.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/video.py b/frigate/video.py index d570da4d0..64496fac6 100755 --- a/frigate/video.py +++ b/frigate/video.py @@ -629,6 +629,7 @@ def process_frames( ] # only add in the motion boxes when not calibrating and a ptz is not moving via autotracking + # ptz_moving_at_frame_time() always returns False for non-autotracking cameras if not motion_detector.is_calibrating() and not ptz_moving_at_frame_time( frame_time, ptz_metrics["ptz_start_time"].value,