Get or Set the video IRIS control for night time mode.
These URLs is the same as the URL VIDEO_IRIS, VIDEO_IRIS_MODE, VIDEO_DC_LEVEL in the ENCODER CGI and are only available in PlatformT encoders. When the camera enters the night time state, the night time video profile will be loaded. The IRIS control settings are the parameters in the night time video profile. Please refer to the parameters of night time profile for further details
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/DSP 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 F1.8 F16 F1.6 F14 F1.4
AUTO, MANUAL
0~255
NIGHT_IRIS='AUTO,F20'
or
NIGHT_IRIS='AUTO'
NIGHT_IRIS_MODE='AUTO,F20'
NIGHT_DC_LEVEL='50'
OK: NIGHT_IRIS='MANUAL,F20'
or
ERROR: NIGHT_IRIS='MANUAL,F20'
OK: NIGHT_IRIS_MODE='AUTO'
or
ERROR: NIGHT_IRIS_MODE='AUTO'
OK: NIGHT_DC_LEVEL='50'
or
ERROR: NIGHT_DC_LEVEL='50'
Valid
VIDEO_IRIS, VIDEO_IRIS_MODE, VIDEO_DC_LEVEL
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_IRIS
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_IRIS
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_IRIS_MODE
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_IRIS
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_DC_LEVEL
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_DC_LEVEL
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_IRIS=MANUAL,F20
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_IRIS=MANUAL,F20
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_IRIS_MODE=AUTO
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_IRIS_MODE=AUTO
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_DC_LEVEL=50
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_DC_LEVEL=50