Get the current movement limitation configuration of camera.
In firmware design, there are 5 levels of speed in pan and tilt movement. The highest speed level, 5, is the fastest speed. Because user could not limit the move speed to a specific speed level, the maximum speed level must be 5. Therefore, the speed levels in pan and tilt in the return code are fixed to 5 for all PTZ and speed dome cameras.
None
MOVE_MAX_SPEED_GET='5,5'
or
ERROR: MOVE_MAX_SPEED_GET not found
the first digit 5 is the maximum speed level in pan and the last digit 5 is the maximum speed in tilt.
Valid
ADDR, PTZ_VENDOR, ZOOM, ZOOM_POSITION, FOCUS, MOVE, MOVE_LIMIT, MOVE_LIMIT_GET, MOVE_SPEED, POSITION, POSITION_GET, XYZ_POS_GET
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&MOVE_MAX_SPEED_GET
or
http://ip:port/cgi-bin/cmd/encoder?MOVE_MAX_SPEED_GET
HOME, ENCODER CGI