From 8728139ae37559cf5d49fd71fa19beb196e73880 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 21 Sep 2023 04:22:11 -0600 Subject: [PATCH] Fix birdseye exception handling (#7864) --- frigate/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/output.py b/frigate/output.py index 5f0a3411e..3bb4e515f 100644 --- a/frigate/output.py +++ b/frigate/output.py @@ -580,7 +580,7 @@ class BirdsEyeFrameManager: except Exception: updated_frame = False self.active_cameras = [] - self.camera_layout = 0 + self.camera_layout = [] print(traceback.format_exc()) # if the frame was updated or the fps is too low, send frame