From 3aeb61d8beb8387da93b098b2f8205e811261d95 Mon Sep 17 00:00:00 2001 From: Mathieu Fournier Date: Thu, 20 Mar 2025 14:57:52 -0400 Subject: [PATCH 1/2] add zoom translation space in FOV space --- doc/PTZ.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/PTZ.xml b/doc/PTZ.xml index 3c560ef37..963bd2c5f 100644 --- a/doc/PTZ.xml +++ b/doc/PTZ.xml @@ -2411,6 +2411,24 @@ tns1:PTZController/PTZPresets/Left INF +]]> + +
+ Zoom Translation space in FOV + The Relative Zoom Translation Space in FOV is introduced to simplify magnification with dome cameras in graphical user interfaces. When the user wants to modify the magnification of the current camera view, they draw an area centered in the middle of the current FOV, which defines the zoom factor. + The zoom factor is represented by the ratio between the width of the desired area (Ww) and the width of the display window used for the video stream (Sw) relative to the current field of view. + The relative zoom factor is calculated as Z=1/(WwSw) + The Zoom Translation Space in FOV is defined as follows: The proposed minimum value in range for this relative zoom space is 0 to allow reducing the current zoom. + + + http://www.onvif.org/ver10/tptz/ZoomSpaces/TranslationSpaceFOV + TranslationSpace + + + 0 + INF + + ]]>
From d42575b6f989000046a267333bf0b7543004e8f7 Mon Sep 17 00:00:00 2001 From: Mathieu Fournier Date: Tue, 20 May 2025 14:21:24 -0400 Subject: [PATCH 2/2] fix: correct URL casing for Zoom Translation Space in FOV --- doc/PTZ.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/PTZ.xml b/doc/PTZ.xml index 963bd2c5f..dec1b8da1 100644 --- a/doc/PTZ.xml +++ b/doc/PTZ.xml @@ -2421,7 +2421,7 @@ tns1:PTZController/PTZPresets/Left The Zoom Translation Space in FOV is defined as follows: The proposed minimum value in range for this relative zoom space is 0 to allow reducing the current zoom. - http://www.onvif.org/ver10/tptz/ZoomSpaces/TranslationSpaceFOV + http://www.onvif.org/ver10/tptz/ZoomSpaces/TranslationSpaceFov TranslationSpace