Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在运行 Raspbian Wheezy 的 Raspberry Pi 上编译 uvccapture。我需要安装什么包以便 gcc/make 可以满足这个包括?
#include <linux/videodev.h>
sudo apt-get install libv4l-dev
也许您还需要:
cd /usr/include/linux sudo ln -s ../libv4l1-videodev.h videodev.h