diff --git a/frigate/output.py b/frigate/output.py index 465c077864..33596f5002 100644 --- a/frigate/output.py +++ b/frigate/output.py @@ -445,7 +445,7 @@ def update_frame(self): 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: