-
|
There are some values in the ONVIF PTZ that are, from what I can tell, implementation defined. Can you tell me what these correspond to in the Axis Q6215-LE camera (or point me to documentation that would have the corresponding actual values for this camera)?
It's possible I'm just missing something in the ONVIF spec, but any info on these would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @xtrdustin. Please look into using the relative pan/tilt translation space in FoV for the case where you want to point the camera at a specific point on the screen. Unfortunately, we currently do not support continuous movements using the pan/tilt velocity space in degrees per second in Onvif. The product specific information on speed values can be obtained from the camera using a query that provides a mapping table of generic speed in the range {1,100} to speed values in degrees per second, see |
Beta Was this translation helpful? Give feedback.
@mattias-kindborg-at-work We'd like some help understanding how this line translates to ONVIF:
speeds=value=1|speed=0.05,value=4|speed=0.06,value=9|speed=0.16,value=11|speed=0.25,value=14|speed=2,value=19|speed=0.46,value=24|speed=2.1,value=31|speed=4.5,value=40|speed=9,value=50|speed=19,value=58|speed=28,value=64|speed=38,value=80|speed=74,value=86|speed=92,value=100|speed=150I interpret this as: 1 means 0.05 degrees per second and 100 means 150 deg/sec.
However, ONVIF seems to take values from 0 to 1. Looking at the PTZ Service Specification, the section on Generic Speed Space says that it's normalized from 0=stopped to 1=full speed. So I guess that would mean the ONVIF value 0.01 corr…