Fix birdseye opening and not closing frames (#13553)

This commit is contained in:
Nicolas Mowen
2024-09-04 08:25:00 -06:00
committed by GitHub
parent ddf9163c47
commit 055f0dfc22
2 changed files with 6 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ def output_frames(
preview_write_times[camera] = 0
if config.birdseye.enabled:
birdseye = Birdseye(config, frame_manager, stop_event, websocket_server)
birdseye = Birdseye(config, stop_event, websocket_server)
websocket_thread.start()