Skip to content

Commit

Permalink
Fix birdseye exception handling
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Sep 18, 2023
1 parent 6aedc39 commit 38eef79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frigate/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def update(self, camera, object_count, motion_count, frame_time, frame) -> bool:
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
Expand Down

0 comments on commit 38eef79

Please sign in to comment.