You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
631 B
12 lines
631 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">
|
|
<s:Body>
|
|
<tptz:AbsoluteMove>
|
|
<tptz:ProfileToken>%s</tptz:ProfileToken>
|
|
<tptz:Position>
|
|
<tt:PanTilt y="%s" x="%s" space="http://www.onvif.org/ver10/tptz/PanTiltSpaces/PositionGenericSpace" />
|
|
<tt:Zoom x="%s" space="http://www.onvif.org/ver10/tptz/ZoomSpaces/PositionGenericSpace" />
|
|
</tptz:Position>
|
|
</tptz:AbsoluteMove>
|
|
</s:Body>
|
|
</s:Envelope>
|