To: | |
---|---|
Subject: | [pwc] V4L2_CID_GAMMA bug? |
From: | Sander Jansen <> |
Date: | Tue, 27 Dec 2005 13:23:34 -0600 |
If I try to set the gamma of my Logitech Quickcam Pro 3000, the incorrect value is set by the driver: case V4L2_CID_GAMMA c->value <<= 8; ret = pwc_set_gamma(pdev, c->value); In pwc_set_gamma the value then gets incorrectly set: buf = (value >> 11) & 0x1f; Changing c->value <<=8 to c->value <<=11 should do the trick. Thanks, Sander _______________________________________________ pwc mailing list http://lists.saillard.org/mailman/listinfo/pwc |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [pwc] V4L2_CID_BRIGHTNESS bug., Sander Jansen |
---|---|
Next by Date: | [pwc] V4L2_CID_CONTRAST bug?, Sander Jansen |
Previous by Thread: | [pwc] V4L2_CID_BRIGHTNESS bug., Sander Jansen |
Next by Thread: | [pwc] V4L2_CID_CONTRAST bug?, Sander Jansen |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU