From d07a4abbc9fe2a54b46cca5a276c763a035a2ce1 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 14 Oct 2023 14:14:50 -0500 Subject: [PATCH] ensure onvif init if enabling by mqtt --- frigate/ptz/autotrack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/ptz/autotrack.py b/frigate/ptz/autotrack.py index 5cce42949..f5ff024d0 100644 --- a/frigate/ptz/autotrack.py +++ b/frigate/ptz/autotrack.py @@ -249,6 +249,7 @@ class PtzAutoTracker: return + if self.onvif.cams[camera]["init"]: self.onvif.get_camera_status(camera) # movement thread per camera