VIDEO_IRIS

Description

Get or Set the video IRIS control.

The IRIS mode and the IRIS level could be accessed by this URL. Please refer the Camera Setup Design Specification for further details.

The error message will be returned if the encoder does not support this URL.

Input Argument

n,m
where
n: IRIS mode. It could be AUTO or MANUAL
m: IRIS level. This could be ignored. The mapping of this argument and IRIS level in sensor is listed below.
Input Argument (m) IRIS Level in Sensor
F220 F22.0
F190 F19.0
F160 F16.0
F140 F14.0
F110 F11.0
F96 F9.6
F80 F8.0
F68 F6.8
F56 F5.6
F48 F4.8
F40 F4.0
F34 F3.4
F28 F2.8
F24 F2.4
F20 F2.0
F18 F.18
F16 F1.6
F14 F1.4

Attribute

Return of Message

OK: VIDEO_IRIS='AUTO,F20'
or
OK: VIDEO_IRIS='AUTO'
OK: VIDEO_IRIS='MANUAL,F20'
or
ERROR: VIDEO_IRIS='MANUAL,F20'

Applicability

Status

Valid

See Also

Example

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

http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_IRIS=AUTO,F20
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_IRIS=AUTO,F20

Back to

HOME, ENCODER CGI