mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 19:55:26 +03:00
clarifying comment
This commit is contained in:
parent
96c0db5018
commit
4406272d18
@ -629,6 +629,7 @@ def process_frames(
|
|||||||
]
|
]
|
||||||
|
|
||||||
# only add in the motion boxes when not calibrating and a ptz is not moving via autotracking
|
# 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(
|
if not motion_detector.is_calibrating() and not ptz_moving_at_frame_time(
|
||||||
frame_time,
|
frame_time,
|
||||||
ptz_metrics["ptz_start_time"].value,
|
ptz_metrics["ptz_start_time"].value,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user