3

我正在尝试在运行 Raspbian Wheezy 的 Raspberry Pi 上编译 uvccapture。我需要安装什么包以便 gcc/make 可以满足这个包括?

#include <linux/videodev.h>
4

1 回答 1

12

sudo apt-get install libv4l-dev

也许您还需要:

cd /usr/include/linux
sudo ln -s ../libv4l1-videodev.h videodev.h

于 2013-03-29T01:00:53.873 回答