Get or Set the Video Shutter configurations for night time mode.
These URLs is the same as the URL VIDEO_SHUTTER_MODE, VIDEO_SHUTTER_SPEED, MAX_AUTO_SHUTTER 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 shutter control settings are the parameters in the night time video profile. Please refer to the parameters of night time profile for further details
AUTO, MANUAL
15,30, 60, 120, 25, 50, 100, 250, 500, 1000, 2000, 5000, 10000
where the shutter speed is the 1/(input argument). For example, the shutter speed is 1/30 sec when the input argument is 30.
1~10
NIGHT_SHUTTER_MODE='AUTO'
NIGHT_SHUTTER_SPEED='60'
NIGHT_MAX_SHUTTER='4'
OK:NIGHT_SHUTTER_MODE='AUTO'
or
ERROR: NIGHT_SHUTTER_MODE='AUTO'
OK:NIGHT_SHUTTER_SPEED='60'
or
ERROR: NIGHT_SHUTTER_SPEED='60'
OK:NIGHT_MAX_SHUTTER='4'
or
ERROR: NIGHT_MAX_SHUTTER='4'
Valid
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_SHUTTER_MODE
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_SHUTTER_MODE
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_SHUTTER_SPEED
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_SHUTTER_SPEED
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_MAX_SHUTTER
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_MAX_SHUTTER
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_SHUTTER_MODE=AUTO
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_SHUTTER_MODE=AUTO
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_SHUTTER_SPEED=60
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_SHUTTER_SPEED=60
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&NIGHT_MAX_SHUTTER=4
or
http://ip:port/cgi-bin/cmd/encoder?NIGHT_MAX_SHUTTER=4