diff --git a/frigate/output.py b/frigate/output.py index 920c319d2..3acf034ea 100644 --- a/frigate/output.py +++ b/frigate/output.py @@ -203,6 +203,7 @@ class BirdsEyeFrameManager: # if the layout needs to be cleared else: self.camera_layout = [] + self.layout_dim = 0 self.clear_frame() return True