forked from Github/frigate
Fix birdseye exception handling (#7864)
This commit is contained in:
@@ -580,7 +580,7 @@ class BirdsEyeFrameManager:
|
|||||||
except Exception:
|
except Exception:
|
||||||
updated_frame = False
|
updated_frame = False
|
||||||
self.active_cameras = []
|
self.active_cameras = []
|
||||||
self.camera_layout = 0
|
self.camera_layout = []
|
||||||
print(traceback.format_exc())
|
print(traceback.format_exc())
|
||||||
|
|
||||||
# if the frame was updated or the fps is too low, send frame
|
# if the frame was updated or the fps is too low, send frame
|
||||||
|
|||||||
Reference in New Issue
Block a user