Hello everyone,

I'm using this webcam to do some streaming and image analysis.
When using Logitech's driver under MS Window, it works fine. I've access
to all resolutions with the RGB24 format.

The problem is when running under Linux. I'm using uvcvideo driver via
V4L2 but I can't make it work properly.
The resolution gets stuck to 176x144
and the format is YUYV.

Normally, the webcam is supposed to support a 1600x1200 resolution, how
can I set it up correctly?

Thank you in advance,


xioctl (fd, VIDIOC_ENUM_FMT, &fdq)

returns me 2 formats only: MJPEG and YUYV. YUYV is fine for me but I can't
reach 1600x1200, or 800x600 or even not 320x240!!!!

_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to