ZOOM_POSITION
Description
Get the current ZOOM 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 ZOOM_POSITION 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: ZOOM_POSITION='0xn'
where n is in hexadecimal for current zoom position.
or
ERROR: ZOOM_POSITION
Applicability
Status
Valid
See Also
ADDR, PTZ_VENDOR, ZOOM, FOCUS, FOCUS_POSITION, MOVE, MOVE_LIMIT, MOVE_LIMIT_GET, MOVE_MAX_SPEED_GET, POSITION, POSITION_GET
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&ZOOM_POSITION
or
http://ip:port/cgi-bin/cmd/encoder?ZOOM_POSITION
Back to