Which library needed to satisfy #include <linux/videodev.h>
Asked Answered
P

1

3

I'm trying to compile uvccapture on the Raspberry Pi running Raspbian Wheezy. What package do I need to install so gcc/make can satisfy this include?

#include <linux/videodev.h>
Pacific answered 29/3, 2013 at 0:59 Comment(0)
D
12

sudo apt-get install libv4l-dev

maybe you will need also:

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

Duel answered 29/3, 2013 at 1:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.