From 6041b1bc9f3d93d797ba01458d8a1616ad6edecd Mon Sep 17 00:00:00 2001 From: Jaakko Laurikainen Date: Mon, 20 Jan 2025 17:21:39 +0200 Subject: [PATCH] Change back to TranslationGenericSpace for RelativeMove Back in PR #10350 the space for Translation.PanTilt was changed to TranslationSpaceFov. This broke the absolute move status reporting for Hikvision cameras. --- frigate/ptz/onvif.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/ptz/onvif.py b/frigate/ptz/onvif.py index 21c973baa..59a5be495 100644 --- a/frigate/ptz/onvif.py +++ b/frigate/ptz/onvif.py @@ -163,7 +163,7 @@ class OnvifController: for i, space in enumerate( ptz_config.Spaces.RelativePanTiltTranslationSpace ) - if "TranslationSpaceFov" in space["URI"] + if "TranslationGenericSpace" in space["URI"] ), None, )