MOVE

Description

Perform the pan and tilt functions.

If the CHANNEL=n was not set with this URL to the Multi-Channel device, the error message will be returned.

MOVE Command 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

For PTZ IP Camera, the MOVE=STOP should be sent after another MOVE command except HOME and RESET commands had been sent.

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 SpeedPan and SpeedTilt have to be set or not be set together.

The SpeedPan and SpeedTilt are in hexadecimal and started from 0x1 (slowest) to 0x5 (fastest)

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.

Input Argument

Refer to above command table

Attribute

Return of Message

OK: echo of command
or
ERROR: echo of command

Applicability

Status

Valid

See Also

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

Example

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

Back to

HOME, ENCODER CGI