diff --git a/frigate/video.py b/frigate/video.py index 133a5681c..49ab2a48e 100755 --- a/frigate/video.py +++ b/frigate/video.py @@ -379,7 +379,14 @@ class CameraWatchdog(threading.Thread): class CameraCapture(threading.Thread): def __init__( - self, camera_name, ffmpeg_process, frame_shape, frame_queue, fps, skipped_fps, stop_event + self, + camera_name, + ffmpeg_process, + frame_shape, + frame_queue, + fps, + skipped_fps, + stop_event, ): threading.Thread.__init__(self) self.name = f"capture:{camera_name}"