-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
august wrote:
Hey,
Anyone have an idea how to fix Pixes/videoV4L.cpp so that it makes the right ioctls?
please don't! "videoV4L" is the backend for video4linux-1 devices.
### v4l2 device info [/dev/video0] ###
whereas you have a video4linux-2 device. so videoV4L is not for you, but videoV4L2 is. it seems like the version of Gem you are using, is compiled without v4l2 support. you need libv4l-dev in order to enable it.
this will make v4l2 the default backend.
fgasdmr IOhannes