Get or set the IR LED configuration.
The IR LED is controllable if only if there is a Day&Night Control Module and the IR LEDs are available in the camera. The IR LEDs in the module could be controlled by the moro-processor when the Day&Night state in the module was changed
This URL sets the control method of the micro-controller in the module to IR LEDs.
The error message, VIDEO_DN_IRLED not found, will be returned if the there is no Day&Night Control Module or IR LEDs in the camera.
n
where n = 0 : the micro-controller will do nothing on IR LEDs when the Day&Night state in the module was changed.
n = 1 : the micro-controller will turn on the IR LEDs when the module switched the Day&Night state to night time state and turn off the IR LEDs when the module switched the Day&Night state to day time state.
VIDEO_DN_IRLED='1'
OK: VIDEO_DN_IRLED='1'
or
ERROR: VIDEO_DN_IRLED='1'
Valid
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_DN_IRLED
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_DN_IRLED
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_DN_IRLED=1
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_DN_IRLED=1