diff --git a/frigate/app.py b/frigate/app.py index 0b0544a9a..ca2b284da 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -168,6 +168,7 @@ class FrigateApp: "capture_process": None, "process": None, } + self.camera_metrics[camera_name]["ptz_stopped"].set() self.feature_metrics[camera_name] = { "audio_enabled": mp.Value( # type: ignore[typeddict-item] # issue https://github.com/python/typeshed/issues/8799