From fb214b64ca5d0d79123f9a8b37e69f1201f505f2 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Mon, 21 Jun 2021 18:57:41 -0500 Subject: [PATCH] reset layout_dim too --- frigate/output.py | 1 + 1 file changed, 1 insertion(+) 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