摘要: sudo apt-get install libv4l-dev*file[cpp] view plaincopyprint?yum install libv4l-dev* yum install libv4l-dev*上面错误的问题是两个2.4以上的内核里面都没有包含videodev.h这个文件了。但是有的在include/linux/下面有videodev.h文件和videodev2.h这个文件,但是在v4lgrab.c文件中只有部分包含了videodev2.h这个文件。这样导致了就算是包含了videodev2.h这个文件,但是还是会报错。解决的办法是:[cpp] view plainco. 阅读全文
posted @ 2013-11-14 18:00 天王星天 阅读(5673) 评论(0) 推荐(0)