NIGHT_EXPOSURE_MODE, NIGHT_EXPOSURE_GAIN, NIGHT_AGC_GAIN

 

Description

Get or Set the Video Exposure configurations for night time mode.

These URLs is the same as the URL VIDEO_EXPOSURE_MODE, VIDEO_EXPOSURE_GAIN, VIDEO_AGC_GAIN 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 exposure control settings are the parameters in the night time video profile. Please refer to the parameters of night time profile for further details

Input Argument

AUTO, MANUAL, IRIS_PRIORITY or SHUTTER_PRIORITY
1~255.
1~255

Attribute

Return of Message

NIGHT_EXPOSURE_MODE='AUTO'
NIGHT_EXPOSURE_GAIN='128'
NIGHT_AGC_GAIN='128'
OK: NIGHT_EXPOSURE_MODE='AUTO'
or
ERROR: NIGHT_EXPOSURE_MODE='AUTO'

OK: NIGHT_EXPOSURE_GAIN='128'
or
ERROR: NIGHT_EXPOSURE_GAIN='128'

OK: NIGHT_AGC_GAIN='128'
or
ERROR: NIGHT_AGC_GAIN='128'

Applicability

Status

Valid

See Also

VIDEO_EXPOSURE_MODE, VIDEO_EXPOSURE_GAIN, VIDEO_AGC_GAIN

Example

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

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

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

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

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

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

Back to

HOME, ENCODER CGI