MOVE_LIMIT_GET
Description
Get the maximum pan and tilt speed of the camera.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, the CHANNEL 1 video server's MOVE_LIMIT_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_LIMIT_GET='PositionPanUR,PositionTiltUR,PositionPanDL,PositionTiltDL'
where (PositionPanUR,PositionTiltUR) is the maximum movement position (Pan,Tilt) in the UPRIGHT direction,
(PositionPanDL,PositionTiltDL) is the maximum movement position (Pan,Tilt) in the DOWNLEFT direction.
or
ERROR: MOVE_LIMIT_GET
Applicability
Status
Valid
See Also
ADDR, PTZ_VENDOR, ZOOM, ZOOM_POSITION, FOCUS, MOVE, MOVE_LIMIT, MOVE_MAX_SPEED_GET, POSITION, POSITION_GET
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&MOVE_LIMIT_GET
or
http://ip:port/cgi-bin/cmd/encoder?MOVE_LIMIT_GET
Back to