IRIS_CAP

 

Description

Get camera manual IRIS configuration capability.

This command helps user to get the type of IRIS function in camera lens and IRIS configuration range.

Input Argument

None

Attribute

Return of Message

The format of return message could be
NONE
or
IrisType,IrisSetting1,IrisSetting2,....

NONE: the lens of camera is a fixed iris lens. The apture size is not configurable.
IrisType : It could be IRIS1 or IRIS2
where
IRIS1 : IRIS aperture size is controlled by given a DC level
IRIS2 : IRIS aperture size is controlled by given a F-Number

IrisSetting1,IrisSetting2,....
where they depend on the IrisType.

Example: The return of message could be

IRIS_CAP='NONE'
or
IRIS_CAP='IRIS1,0,255'
or
IRIS_CAP='IRIS2,F16,F18,F20,F24,F28,F34'

Applicability

Status

Valid

See Also

IRIS_NUMBER

Example

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

Back to

HOME, ENCODER CGI