POSITION_GET
Description
Get the current camera position in hexadecimal value.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, the CHANNEL 1 video server's POSITION_GET configuration will be returned. If the CHANNEL 1 video server does not connect to the router, the error message will be returned.
Input Argument
None
Attribute
Return of Message
OK: POSITION_GET='0xn,0xm'
where (n,m) are in hexadecimal for current camera (pan, tilt) position.
or
ERROR: POSITION_GET
Applicability
Status
Valid
See Also
ADDR, PTZ_VENDOR, ZOOM, FOCUS, FOCUS_POSITION, MOVE, MOVE_LIMIT,MOVE_LIMIT_GET, MOVE_MAX_SPEED_GET, POSITION
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&POSITION_GET
or
http://ip:port/cgi-bin/cmd/encoder?POSITION_GET
Back to