mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
Cleanup correctly (#15043)
This commit is contained in:
@@ -145,8 +145,6 @@ def capture_frames(
|
||||
|
||||
frame_index = 0 if frame_index == shm_frame_count - 1 else frame_index + 1
|
||||
|
||||
frame_manager.cleanup()
|
||||
|
||||
|
||||
class CameraWatchdog(threading.Thread):
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user