diff --git a/frigate/object_detection.py b/frigate/object_detection.py index bef9e6d87..76050f1ec 100644 --- a/frigate/object_detection.py +++ b/frigate/object_detection.py @@ -106,3 +106,5 @@ class FramePrepper(threading.Thread): 'region_x_offset': self.region_x_offset, 'region_y_offset': self.region_y_offset }) + else: + print("queue full. moving on")