forked from Github/frigate
Fix birdseye opening and not closing frames (#13553)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user