SHUTTER_CAP

 

Description

Get or Set the camera auto slowest shutter and manual shutter configuration capabilities.

The error message, ERROR: SHUTTER_CAP not found" will be returned if the camera does not support this URL.

Input Argument

None

Attribute

Return of Message

The format of return message is
List_of_AutoSlowestShutter-List_of_ManualShutter

List_of_AutoSlowestShutter:
It lists the available configurations of auto slowest shutters from slowest to fast shutter speed.
For example: 15,30,60,120,250

List_of_ManualShutter
It lists the available configurations of manual shutters from slowest to fast shutter speed.
For example: 15,30,60,120,250,500,1000,2000,5000,10000

Example: The return of message could be

SHUTTER_CAP='15,30,60,120,250-15,30,60,120,250,500,1000,2000,5000,10000'

Applicability

Status

Valid

See Also

VIDEO_SHUTTER_SPEED, VIDEO_MAX_SHUTTER

Example

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

Back to

HOME, ENCODER CGI