diff --git a/frigate/object_processing.py b/frigate/object_processing.py index dfaf894f7..484f4a082 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -406,7 +406,7 @@ class CameraState: if current_frame is not None: self.current_frame_time = frame_time - self._current_frame = current_frame + self._current_frame = np.copy(current_frame) if self.previous_frame_id is not None: self.frame_manager.close(self.previous_frame_id)