mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
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.
This commit is contained in:
parent
aedfaa3641
commit
6041b1bc9f
@ -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,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user