diff --git a/frigate/ptz/autotrack.py b/frigate/ptz/autotrack.py index 022ff949d..084c6180d 100644 --- a/frigate/ptz/autotrack.py +++ b/frigate/ptz/autotrack.py @@ -544,7 +544,7 @@ class PtzAutoTracker: def _autotrack_move_ptz(self, camera, obj): camera_config = self.config.cameras[camera] average_velocity = (0,) * 4 - predicted_box = [] + predicted_box = obj.obj_data["box"] # # frame width and height camera_width = camera_config.frame_shape[1]