MOVE

 

Description

Perform the pan and tilt movement functions in PTZ or Speed Dome cameras.

Input Argument

MOVE Command Set Description
UP,SpeedTilt Move camera up with a specific speed.
DOWN,SpeedTilt Move camera down with a specific speed.
LEFT,SpeedPan Move camera left with a specific speed.
RIGHT,SpeedPan Move camera right with a specific speed.
UPLEFT,SpeedPan,SpeedTilt Move camera up and left with specific speeds.
UPRIGHT,SpeedPan,SpeedTilt Move camera up and right with specific speeds.
DOWNLEFT,SpeedPan,SpeedTilt Move camera down and left with specific speeds.
DOWNRIGHT,SpeedPan,SpeedTilt Move camera down and right with specific speeds.
STOP Stop the Pan and Tilt action.
HOME Move camera to home position
RESET Reset camera position to factory default position
This command is avaiable in PlatformA PTZ camera only.
CONTINUE Continue to move in same direction of previous moving command.
This command is defined here but no supported device model now.

For PTZ IP Camera, the MOVE=STOP should be sent after another MOVE command except HOME and RESET commands had been sent.
The range of SpeedPan and SpeedTilt is from 1 (slowest) to 5 (fastest).
If the URL does not bring the SpeedTilt and SpeedPan, the current pan and tilt speeds will be used. In UPLEFT, UPRIGHT, DOWNLEFT and DOWNRIGHT commands, the pan and tilt speeds are treated as a speed pair. They should be given or be not given with these commands.
There are five levels in SpeedPan and SpeedTilt. The PTZ camera might have more levels of them. In case, the linear scaling algorithm will be used for that.

Attribute

Return of Message

OK: MOVE='command argument'
For example, the return of "MOVE=LEFT,4" is OK: MOVE='LEFT,4'
or
ERROR: invalid parameters

Applicability

Status

Valid

See Also

ADDR, PTZ_VENDOR, ZOOM, ZOOM_POSITION, FOCUS_POSITION, MOVE_LIMIT, MOVE_LIMIT_GET, MOVE_MAX_SPEED_GET, MOVE_SPEED, POSITION, POSITION_GET, XYZ_POS_GET

Example

http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&MOVE=UPLEFT,1,3
or
http://ip:port/cgi-bin/cmd/encoder?MOVE=UPLEFT,1,3

Back to

HOME, ENCODER CGI