Browse Source

reset layout_dim too

Blake Blackshear 3 năm trước cách đây
mục cha
commit
fb214b64ca
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      frigate/output.py

+ 1 - 0
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