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.
In TCM-6630 speed dome, this address setting has to match the Dome ID Setting at the bottom of TCM-6630. It needs to perform the save and reboot to apply the new PTZ address. In general, this address does not need to be changed. Just keep the default value, 0x01.
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.
In TCM-6630, this range of 0xnn is from 0x01~0xDF.
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