ChangeBrightness.cgi

Description

Change brightness of camera's images. (administrator privilege required)

Grammar

/ChangeBrightness.cgi?Brightness=value[&RedirectUrl=sUrl]

Remark

Now winbond usb camera supports 256 level of brightness, and the corresponding value of Brightness is from 0 to 255. To set default value, set Brightness to -1.

Example

<html>
<form action=/ChangeBrightness.cgi>
Brightness(0-255):
<input name=Brightness><br>
<input type=submit value=OK>
</form>
</html>