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 インストール libv4l-dev
多分あなたも必要になるでしょう:
cd /usr/include/linux sudo ln -s ../libv4l1-videodev.h videodev.h