ChangeSaturation.cgi
Description
Change saturation of camera's images. (administrator privilege required)
Grammar
/ChangeSaturation.cgi?Saturation=value[&RedirectUrl=sUrl]
Remark
Now winbond usb camera supports 11 level of saturation, and the value of Saturation is from 0 to 255, which is mapped linearly to 11 level. To set default value, set Saturation to -1.
Sample
<html>
<form action=/ChangeSaturation.cgi>
Saturation(0-255):
<input name=Saturation><br>
<input type=submit value=OK>
</form>
</html>