NIGHT_BRIGHTNESS, NIGHT_CONTRAST, NIGHT_SATURATION

 

Description

Get or set the video parameters for night time mode

These URLs are the same as the URL VIDEO_BRIGHTNESS, VIDEO_CONTRAST, and VIDEO_SATURATION in the MPEG4 and ENCODER CGI. These URLs are only available in PlatformT encoders. When the camera enters the night time state, the night time video profile will be loaded. The video brightness, contrast and saturation are the parameters in the night time video profile. Please refer to the parameters of night time profile for further details.

Input Argument

0~100

Attribute

Return of Message

NIGHT_BRIGHTNESS='50'
NIGHT_CONTRAST='50'
NIGHT_SATURATION='50'

OK: NIGHT_BRIGHTNESS='50'
OK: NIGHT_CONTRAST='50'
OK: NIGHT_SATURATION='50'
or
ERROR: NIGHT_BRIGHTNESS='50'
ERROR: NIGHT_CONTRAST='50'
ERROR: NIGHT_SATURATION='50'

Applicability

Status

Valid

See Also

VIDEO_BRIGHTNESS, VIDEO_CONTRAST, VIDEO_SATURATION

Example

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

http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_BRIGHTNESS=50
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_CONTRAST=50
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_SATURATION=50
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_BRIGHTNESS=50
http://ip:port/cgi-bin/cmd/encoder?NIGHT_CONTRAST=50
http://ip:port/cgi-bin/cmd/encoder?NIGHT_SATURATION=50

Back to

HOME, ENCODER CGI