ADDR
Description
Get or Set the address setting for PTZ command parser.
For IP Camera, this URL is useless. For a Video Server, this URL could get or set the analog PTZ camera address. Refer to PTZ Design Specification for further details.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, this command is read-only command and the CHANNEL 1 video server's ADDR configuration will be returned. If the CHANNEL 1 video server does not connect to the router, the error message will be returned.
Input Argument
0xnn where nn is the hexadecimal value from 00~FF.
Attribute
Return of Message
OK: ADDR='0x01'
OK: ADDR='0x01'
or
ERROR: ADDR='0x01'
Applicability
Status
Valid
See Also
PTZ_VENDOR, ZOOM, ZOOM_POSITION, 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&ADDR
or
http://ip:port/cgi-bin/cmd/encoder?ADDR
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&ADDR=0x01
or
http://ip:port/cgi-bin/cmd/encoder?ADDR=0x01
Back to