Get all valid PTZ Preset Entries configurations.
None
he format of return is listed below.
PTZ_PRESET_GET='n,PanPos,TiltPos,ZoomPos,SpeedPan,SpeedTilt,SpeedZoom,Dwell,Name'
- n: preset entry index started form 1.
- PanPos: absolute position in PAN.
- TiltPos: absolute position in TILT.
- ZoomPos: absolute position in ZOOM.
- PanSpeed: Speed of PAN movement, it is in the range of 1 and 5. The higher value, the faster movement.
- TiltSpeed: Speed of TILT movement, it is in the range of 1 and 5. The higher value, the faster movement.
- ZoomSpeed: Speed of ZOOM movement, it is in the range of 2 and 7. The higher value, the faster movement.
- Dwell: The timer for moving to and staying this entry in second.
- 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=''
Valid
PTZ_PRESET_SET, PTZ_PRESET_GO, PTZ_TOUR_SET, PTZ_TOUR_GET, PTZ_TOUR_STATE, PTZ_TOUR_NAME, PTZ_TOUR_SCAN, PTZ_PARK_CONFIG
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&PTZ_PRESET_GET
or
http://ip:port/cgi-bin/cmd/encoder?PTZ_PRESET_GET