From 42bf6141314baa176d02a5ebbf57d08513666399 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 16 Feb 2024 07:43:46 -0700 Subject: [PATCH] Fix birdseye camera comparison (#9887) --- frigate/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/output.py b/frigate/output.py index 465c07786..33596f500 100644 --- a/frigate/output.py +++ b/frigate/output.py @@ -445,7 +445,7 @@ class BirdsEyeFrameManager: if len(self.active_cameras) - len(active_cameras) == 0: if ( len(self.active_cameras) == 1 - and self.active_cameras[0] == active_cameras[0] + and self.active_cameras != active_cameras ): reset_layout = True elif max_camera_refresh: