ZOOM_PRESET_GET

 

Description

Get all valid the zoom preset entry configuration.

There are 64 zoom preset entries in the firmware. Every entry records the zoom position and focus position if the zoom lens is controlled directly in the camera.
This URL could show all valid zoom preset entries.

If the CHANNEL=n was not set with this URL to the multiple channel video encoders, the error message will be returned.

Input Argument

None

Attribute

Return of Message

ZOOM_PRESET_GET='1,1,1,0,0'
ZOOM_PRESET_GET='2,1,1,500,200'
ZOOM_PRESET_GET='10,1,1,90,40'
ZOOM_PRESET_GET='33,1,1,1000,80'
.....
or
ZOOM_PRESET_GET='' (no any valid entry in the zoom preset database)
or
ERROR: ZOOM_PRESET_GET not found

Applicability

Platform Devices Supported Firmware Version
PlatformK Camera with zoom lens V5.00 and later

Statue

Valid

See also

ZOOM_PRESET_SET, ZOOM_PRESET_GO, PTZ_PRESET_SET

Example

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

Back To

HOME, ENCODER CGI