Just a little observation,
I am looking for this library because my webcan has a sn9c10x chipset
and I can´t find how sn9c10x pixelformat is captured.
There are a huge list of pixelformats in v4l2 spec but there is just a
reserved word for this format. They say it exist but I can´t find how i
Hi, I been searching for a tutorial or a documentation for libv4l to
convert the pixelformat supported by my webcan but I can´t find any.
I found a article saying that I only should open my device using
v4l_open(/dev/video0) instead of open(/dev/video0) and the lib should do
the conversion, bu