Enable or Disable PTZ Tour function.
There are 10 PTZ tour groups. Every tour group has tour entries which they recorded PTZ preset positions. These tour entries in tour groups could be pre-configured and used for patrol applications. This URL will load the specific PTZ tour group configuration to the camera when it enables tour function. If the tour group is invalid, camera will do nothing but return OK message.
Except the touring function, this URL could enable scan function as well. Note that the tour and scan functions are exclusive.
When camera is in touring or scan mode, the motion detection will be not functional even user enabled motion detection. The motion detection configurations are not changed (still are enabled). The no triggered and zero active microblock counters in all motion information.
When the touring or scanning function is disabled, the firmware exports the motion information based on motion detection results.
n, where n could be DISABLE, TOUR1, TOUR2, TOUR3, TOUR4, TOUR5, TOUR6, TOUR7, TOUR8, TOUR9, TOUR10 or SCAN
Note:
Platform Note PlatformW only DISABLE and SCAN are available PlatformT There are 8 tour groups.
The camera will not response to do touring when the PTZ_TOUR_STATE=TOUR9 or PTZ_TOUR_STATE=TOUR10 is sent to camera.PlatformK In PlatformK Fisheye, PTZ and speed dome cameras, the scan function is not available.
PTZ_TOUR_STATE='DISABLE'
OK: PTZ_TOUR_STATE='SCAN'
or
ERROR: PTZ_TOUR_STATE='TOUR4'
Valid
PTZ_PRESET_SET, PTZ_PRESET_GET, PTZ_PRESET_GO, PTZ_TOUR_SET, PTZ_TOUR_GET, PTZ_TOUR_NAME, PTZ_TOUR_SCAN, PTZ_PARK_CONFIG
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&PTZ_TOUR_STATE
or
http://ip:port/cgi-bin/cmd/encoder?PTZ_TOUR_STATE
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&PTZ_TOUR_STATE=TOUR10
or
http://ip:port/cgi-bin/cmd/encoder?PTZ_TOUR_STATE=TOUR10