Re: [GnomeMeeting-list] discoloration with ov511 camera



Jeffrey Clark wrote:
I'm using a D-Link C100 webcam with the OV511 driver. In gnomemeeting, the display has a very strong blue or green tint to it, almost as if I was holding a transparent piece of plastic of that color in front of the lense. Testing the camera with xawtv, the coloration is fine. Any ideas?

_______________________________________________
GnomeMeeting-list mailing list
GnomeMeeting-list gnome org
http://mail.gnome.org/mailman/listinfo/gnomemeeting-list


Sounds like you've got the byte order wrong. Ie, GnomeMeeting is expecting the bytes in R-G-B order, but the camera is sending them in B-G-R order. Some programs (I'm not familiar w/ Xawtv) detect this and auto-correct; others (ie, GQCam) have an option to change the byte order in which they expect it. I don't recall pwlib exporting functionality to change this, and I certainly don't see any switch in GnomeMeeting proper.

Try this:  (close all camera apps.)  Remove the ov511 driver with
   rmmod ov511
Then, re-insert it with the force_rgb flag set:
   insmod ov511 force_rgb=1

See if that helps.

Brian

--
Brian Teague                PGP Key: 06B9AC63 on keyserver.net
Baker '04                   Fingerprint: 0C9A C8E2 7254 60F4 4342
Rice University                          6383 6DC9 9783 06B9 AC63

Give me wisdom as my only lover
On the lonely road
Break your searing silence
And light my journey home        -- "Byzantium"




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]