Files
blakeblackshear.frigate/frigate
ryzendigo bf2dcfd622 fix: reset active_cameras to set() not list in error handler (#22467)
In BirdsEyeFrameManager.update(), the exception handler on line 756
resets self.active_cameras to [] (a list), but it is initialized as
set() and compared as a set throughout the rest of the code.

Since set() \!= [] evaluates to True even though both are empty, the
next call to update_frame() will incorrectly detect a layout change
and trigger an unnecessary frame rebuild after every exception.
2026-03-16 06:44:26 -06:00
..
2026-03-04 15:53:20 -07:00
2026-03-04 10:07:34 -06:00
2025-08-26 08:11:37 -05:00
2026-03-04 10:07:34 -06:00
2026-03-15 07:26:36 -05:00
2026-02-28 07:04:43 -07:00
2026-03-04 10:07:34 -06:00
2026-03-04 10:07:34 -06:00
2026-03-04 10:07:34 -06:00
2021-01-26 21:40:33 -06:00
2026-03-04 10:07:34 -06:00
2026-02-03 13:29:52 -06:00
2026-03-04 10:07:34 -06:00
2026-03-04 10:07:34 -06:00