PTZ_PRESET_GET

 

Description

Get all valid PTZ Preset Entries configurations.

Input Argument

None

Attribute

Return of Message

he format of return is listed below.

PTZ_PRESET_GET='n,PanPos,TiltPos,ZoomPos,SpeedPan,SpeedTilt,SpeedZoom,Dwell,Name'

  1. n: preset entry index started form 1.
  2. PanPos: absolute position in PAN.
  3. TiltPos: absolute position in TILT.
  4. ZoomPos: absolute position in ZOOM.
  5. PanSpeed: Speed of PAN movement, it is in the range of 1 and 5. The higher value, the faster movement.
  6. TiltSpeed: Speed of TILT movement, it is in the range of 1 and 5. The higher value, the faster movement.
  7. ZoomSpeed: Speed of ZOOM movement, it is in the range of 2 and 7. The higher value, the faster movement.
  8. Dwell: The timer for moving to and staying this entry in second.
  9. Name: name of this entry.

If there is no valid entry, the empty string will be returned. The return message should be PTZ_PRESET_GET=''

Example:
PTZ_PRESET_GET='1,PanPos,TiltPos,ZoomPos,SpeedPan,SpeedTilt,SpeedZoom,Dwell,Name'
PTZ_PRESET_GET='2,PanPos,TiltPos,ZoomPos,SpeedPan,SpeedTilt,SpeedZoom,Dwell,Name'
PTZ_PRESET_GET='3,PanPos,TiltPos,ZoomPos,SpeedPan,SpeedTilt,SpeedZoom,Dwell,Name'
...
...
...
PTZ_PRESET_GET='30,PanPos,TiltPos,ZoomPos,SpeedPan,SpeedTilt,SpeedZoom,Dwell,Name'
PTZ_PRESET_GET='31,PanPos,TiltPos,ZoomPos,SpeedPan,SpeedTilt,SpeedZoom,Dwell,Name'
PTZ_PRESET_GET='32,PanPos,TiltPos,ZoomPos,SpeedPan,SpeedTilt,SpeedZoom,Dwell,Name'
or
PTZ_PRESET_GET=''

Applicability

Status

Valid

See Also

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

Example

http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&PTZ_PRESET_GET
or
http://ip:port/cgi-bin/cmd/encoder?PTZ_PRESET_GET

Back to

HOME, ENCODER CGI