Re: Announcing libv4l 0.1
Jean-Francois Moine <[email protected]> Fri, 27 Jun 2008 12:01:51 +0200
| Newsgroups | gmane.linux.drivers.spca50x.devel |
|---|---|
| Message-ID | <1214560911.1676.21.camel@localhost> |
On Wed, 2008-06-25 at 23:57 +0200, Hans de Goede wrote: [snip] > For those interested you can get libv4l1 here: > http://people.atrpms.net/~hdegoede/libv4l-0.1.tar.gz [snip] Hello Hans, Very fine job, thanks! But.. - I had a compilation error on a Debian lenny. See attachement. - while Skype works fine, VLC fails with the same v4l1 palette. - cheese fails too. BTW, I included your changes in gspcav2 2.0.4, but I forgot the pixel format in spca561. Also I was wondering about it: there is a decoding routine in the driver. Shouldn't it be better to let the driver give raw frames and do the decoding in the library? Cheers. -- Ken ar c'hentaƱ | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Spca50x-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spca50x-devs
libv4l-0.1.patch
(text/x-patch, 323 B)
--- libv4lconvert/libv4lconvert.c.orig 2008-06-24 23:29:14.000000000 +0200 +++ libv4lconvert/libv4lconvert.c 2008-06-27 11:22:45.000000000 +0200 @@ -22,6 +22,7 @@ #include <syscall.h> #include <unistd.h> #include <linux/videodev2.h> +#include <sys/ioctl.h> #include "libv4lconvert.h" #include "libv4lconvert-priv.h"