PTZ_TOUR_SCAN

 

Description

Set or get the configurations of the AUTOPAN (Scan) function.

Input Argument

Speed,Direction,LeftLimit,RightLimit
where

Input argument Description
Speed The speed in pan and it is from 1 to 5.
Direction 0:clockwise scanning, 1:anti-clockwise scanning.
For the endless PTZ/Speed dome camera, this setting gives the path of the scan to the camera. This setting is ignored if the PTZ/Speed dome camera which it is not endless.
LeftLimit The maximum movement in left sides. It is decimal value from -32767 to 32767.
The firmware will not check if this position is lager then the maximum movement of camera. If it is larger, the maximum movement of camera is used.
RightLimit The maximum movement in right sides. It is decimal value from -32767 to 32767.
The firmware will not check if this position is lager then the maximum movement of camera. If it is larger, the maximum movement camera is used.

Attribute

Return of Message

OK: PTZ_TOUR_SCAN='Speed,Direction,LeftLimit,RightLimit'
or
ERROR: PTZ_TOUR_SCAN='Speed,Direction,LeftLimit,RightLimit'

PT Z_TOUR_SCAN='Speed,Direction,LeftLimit,RightLimit'

Applicability

Status

Valid

See Also

PTZ_PRESET_SET, PTZ_PRESET_GET, PTZ_PRESET_GO, PTZ_TOUR_SET, PTZ_TOUR_GET, PTZ_TOUR_STATE, PTZ_TOUR_NAME, PTZ_PARK_CONFIG

Example

http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&PTZ_TOUR_SCAN
or
http://ip:port/cgi-bin/cmd/encoder?PTZ_TOUR_SCAN
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&PTZ_TOUR_SCAN=1,0,-32767,32767
or
http://ip:port/cgi-bin/cmd/encoder?PTZ_TOUR_SCAN=1,0,-32767,32767

Back to

HOME, ENCODER CGI