Get or Set the address setting for PTZ command parser.
For IP Camera, this URL is useless. For a video encoder, this URL could get or set the analog PTZ camera address. Refer to PTZ Design Specification for further details.
0xnn where nn is the hexadecimal value from 00~FF
Note:
With PT receivers or analog speed dome cameras, the address range might smaller than 0xFF due to PTZ protocol limitation. Firmware will check this address setting with selected PTZ protocol to return the error code when the address is out of range.
ADDR='0x01'
OK: ADDR='0x01'
or
ERROR: ADDR='0x01'
Valid
PTZ_VENDOR, ZOOM, ZOOM_POSITION, FOCUS, FOCUS_POSITION, MOVE, MOVE_LIMIT, MOVE_LIMIT_GET, MOVE_MAX_SPEED_GET, POSITION, POSITION_GET, XYZ_POS_GET
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