From 4a396cf8ac1028111eb302d66ee281e2e2437f91 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 11 Jun 2025 12:07:27 -0600 Subject: [PATCH] Set runtime --- frigate/camera/maintainer.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frigate/camera/maintainer.py b/frigate/camera/maintainer.py index 6abeb762e..90a09646f 100644 --- a/frigate/camera/maintainer.py +++ b/frigate/camera/maintainer.py @@ -230,7 +230,9 @@ class CameraMaintainer(threading.Thread): runtime=True, ) self.__start_camera_capture( - camera, self.update_subscriber.camera_configs[camera] + camera, + self.update_subscriber.camera_configs[camera], + runtime=True, ) elif update_type == CameraConfigUpdateEnum.remove.name: self.__stop_camera_capture_process(camera)