diff --git a/frigate/ptz/autotrack.py b/frigate/ptz/autotrack.py index f5c6744c12..16d369772f 100644 --- a/frigate/ptz/autotrack.py +++ b/frigate/ptz/autotrack.py @@ -1143,7 +1143,7 @@ class PtzAutoTracker: tilt = (0.5 - (centroid_y / camera_height)) * 2 logger.debug( - f"{camera}: Zoom predicted time: {zoom_predicted_movement_time}, zoom predicted box: {tuple(zoom_predicted_box)}" + f"{camera}: Zoom amount: {zoom}, zoom predicted time: {zoom_predicted_movement_time}, zoom predicted box: {tuple(zoom_predicted_box)}" ) self._enqueue_move(camera, obj.obj_data["frame_time"], pan, tilt, zoom)