Fix birdseye exception handling

This commit is contained in:
Nicolas Mowen 2023-09-18 07:42:58 -06:00 committed by GitHub
parent 6aedc39a9a
commit 38eef79dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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