Get camera manual IRIS configuration capability.
This command helps user to get the type of IRIS function in camera lens and IRIS configuration range.
None
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-NumberIrisSetting1,IrisSetting2,....
where they depend on the IrisType.
- When IrisType is IRIS1
There are two arguments in the IrisSetting.
The IrisSetting1 is the lowest DC level (in general, it is 0). The IrisSetting2 is the largest DC level (in general, it is 255).- When IrisType is IRIS2
The IrisSetting gives the list of available F-Number of IRIS control
The IrisSetting1 is the lowest F-Number and the last IrisSetting is the largest F-Number.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'
Valid
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&IRIS_CAP
or
http://ip:port/cgi-bin/cmd/encoder?IRIS_CAP