Subscribe to record updates in camera watchdog

This commit is contained in:
Nicolas Mowen 2025-11-06 05:43:24 -07:00
parent 097f910a04
commit accf7532a0

View File

@ -196,7 +196,9 @@ class CameraWatchdog(threading.Thread):
self.sleeptime = self.config.ffmpeg.retry_interval
self.config_subscriber = CameraConfigUpdateSubscriber(
None, {config.name: config}, [CameraConfigUpdateEnum.enabled]
None,
{config.name: config},
[CameraConfigUpdateEnum.enabled, CameraConfigUpdateEnum.record],
)
self.requestor = InterProcessRequestor()
self.was_enabled = self.config.enabled