mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Fix birdseye exception handling
This commit is contained in:
parent
6aedc39a9a
commit
38eef79dc4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user