mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
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