From b655eca1521ab7d98e139b974cb508242e7880dd Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 21 Jul 2023 06:27:07 -0600 Subject: [PATCH] Set supported ptz features in init to not fail when camera has an error (#7228) --- frigate/ptz/onvif.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/ptz/onvif.py b/frigate/ptz/onvif.py index 59ce5472f..4c7e55050 100644 --- a/frigate/ptz/onvif.py +++ b/frigate/ptz/onvif.py @@ -54,6 +54,7 @@ class OnvifController: ), "init": False, "active": False, + "features": [], "presets": {}, } except ONVIFError as e: