哪个库需要满足#include <linux/videodev.h>

CL2*_*L22 3 c++ linux raspbian

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

#include <linux/videodev.h>
Run Code Online (Sandbox Code Playgroud)

4pi*_*ie0 12

sudo apt-get install libv4l-dev

也许你还需要:

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