diff --git a/frigate/object_processing.py b/frigate/object_processing.py index 7ba3270f1..fab7bbc6c 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -344,6 +344,7 @@ class CameraState: # if the object's thumbnail is not from the current frame, skip if ( current_frame is None + or obj.thumbnail_data is None or obj.false_positive or obj.thumbnail_data["frame_time"] != frame_time ):