forked from roleoroleo/onvif_simple_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetProfiles_PTZ.xml
51 lines (51 loc) · 3.41 KB
/
GetProfiles_PTZ.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<tr2:PTZ token="PTZCfgToken">
<tt:Name>PTZCfg</tt:Name>
<tt:UseCount>0</tt:UseCount>
<tt:NodeToken>PTZNodeToken</tt:NodeToken>
<tt:DefaultAbsolutePantTiltPositionSpace>http://www.onvif.org/ver10/tptz/PanTiltSpaces/PositionGenericSpace</tt:DefaultAbsolutePantTiltPositionSpace>
<tt:DefaultAbsoluteZoomPositionSpace>http://www.onvif.org/ver10/tptz/ZoomSpaces/PositionGenericSpace</tt:DefaultAbsoluteZoomPositionSpace>
<tt:DefaultRelativePanTiltTranslationSpace>http://www.onvif.org/ver10/tptz/PanTiltSpaces/TranslationGenericSpace</tt:DefaultRelativePanTiltTranslationSpace>
<tt:DefaultRelativeZoomTranslationSpace>http://www.onvif.org/ver10/tptz/ZoomSpaces/TranslationGenericSpace</tt:DefaultRelativeZoomTranslationSpace>
<tt:DefaultContinuousPanTiltVelocitySpace>http://www.onvif.org/ver10/tptz/PanTiltSpaces/VelocityGenericSpace</tt:DefaultContinuousPanTiltVelocitySpace>
<tt:DefaultContinuousZoomVelocitySpace>http://www.onvif.org/ver10/tptz/ZoomSpaces/VelocityGenericSpace</tt:DefaultContinuousZoomVelocitySpace>
<tt:DefaultPTZSpeed>
<tt:PanTilt x="1.0"
y="1.0"
space="http://www.onvif.org/ver10/tptz/PanTiltSpaces/GenericSpeedSpace"/>
<tt:Zoom x="1.0"
space="http://www.onvif.org/ver10/tptz/ZoomSpaces/ZoomGenericSpeedSpace"/>
</tt:DefaultPTZSpeed>
<tt:DefaultPTZTimeout>PT00H00M05S</tt:DefaultPTZTimeout>
<tt:PanTiltLimits>
<tt:Range>
<tt:URI>http://www.onvif.org/ver10/tptz/PanTiltSpaces/PositionGenericSpace</tt:URI>
<tt:XRange>
<tt:Min>%MIN_X%</tt:Min>
<tt:Max>%MAX_X%</tt:Max>
</tt:XRange>
<tt:YRange>
<tt:Min>%MIN_Y%</tt:Min>
<tt:Max>%MAX_Y%</tt:Max>
</tt:YRange>
</tt:Range>
</tt:PanTiltLimits>
<tt:ZoomLimits>
<tt:Range>
<tt:URI>http://www.onvif.org/ver10/tptz/ZoomSpaces/PositionGenericSpace</tt:URI>
<tt:XRange>
<tt:Min>%MIN_Z%</tt:Min>
<tt:Max>%MAX_Z%</tt:Max>
</tt:XRange>
</tt:Range>
</tt:ZoomLimits>
<tt:Extension>
<tt:PTControlDirection>
<tt:EFlip>
<tt:Mode>OFF</tt:Mode>
</tt:EFlip>
<tt:Reverse>
<tt:Mode>OFF</tt:Mode>
</tt:Reverse>
</tt:PTControlDirection>
</tt:Extension>
</tr2:PTZ>