On Wed, 17 Oct 2001, Mohan Raj Gupta wrote: > I have an application that works for bt848 driver. I want to port it to > philips 740K usb camera. The application works for grayscale images only. > Does any one know how to make it work for philips? The philips camera driver only returns camera native format (YUV422P) You need to modify your application to ask for YUV422P, and just look at the Y plane, which is luminance data, and ignore the U and V planes. Mark -- +-------------------------------------------------------------------------+ Mark Cooke The views expressed above are mine and are not Systems Programmer necessarily representative of university policy University Of Birmingham URL: http://www.sr.bham.ac.uk/~mpc/ +-------------------------------------------------------------------------+