MOVE_MAX_SPEED_GET
Description
Get the current movement limitation configuration of camera.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, the CHANNEL 1 video server's MOVE_MAX_SPEED_GET 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: MOVE_MAX_SPEED_GET='0xn,0xm'
where (n,m) are the maximum move speeds in direction (pan, tilt)
Both of them are in hexadecimal started from 1 (slowest) to 5(fastest).
or
ERROR: MOVE_MAX_SPEED_GET
Applicability
Status
Valid
See Also
ADDR, PTZ_VENDOR, ZOOM, ZOOM_POSITION, FOCUS, MOVE, MOVE_LIMIT, MOVE_LIMIT_GET, POSITION, POSITION_GET
Example
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
Back to