|
From: Aaron V. <si...@ne...> - 2006-02-24 22:28:37
|
Philip, On Fri, 2006-02-24 at 21:15 +0000, Philip Heron wrote: > Hi Aaron, > > On Fri, 2006-02-24 at 14:58 -0600, Aaron VanDevender wrote: > > I have a QuickCam Fusion, which has a 1.3 Megapixel CCD, which > > translates to 1280x1024. However, the max resolution that I can get out > > of uvccapture is 960x720. Is there anyway to actually obtain the maximum > > natural resolution out of the camera? > > The camera can only go as high as 960x720 when using MJPEG. The Fusion > can do higher resolutions (maximum of 1280x960) when using the YUYV > pixel format: > > http://yoshi.firestorm.cx/webcam/03-large.jpeg I changed the format to V4L2_PIX_FMT_YUYV in uvccapture.c, and the verbose output said it was taking a picture at 1280x960, but the image it produced was a 4k file which, when opened with eog, had no height and width (so there was no real image there, only headers). Is there something else I need to do to get YUYV capture to work? -Aaron si...@ne... Plead the First. |