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