I found a very estrange problem using V4L2 and some Logitech webcam. Setting height = 320, width = 240 and format I420, the image size must be 115200 bytes, but querying through V4L2 give me 29390 bytes how image size.
I think to force the buffer sizes with the correct size, but seems that the driver don't support 115200 bytes how buffer size using height = 320 and width = 240, so I can't capture correctly.
Someone could help me?
Thanks