15

I am trying to stream jpgs using Motion JPEG streamer. I need to install package libv41-dev as a required library and when I install sudo apt-get install libv41-dev, I get Unable to locate package libv41-dev error. Why can't locate that package? I searched in google for that libv41-dev, not much information has come out. That library is required for linux/videodev.h file. Thanks

batuman
  • 7,066
  • 26
  • 107
  • 229

2 Answers2

8

The library is libv4l-dev. You can install using the command

sudo apt-get install libv4l-dev
Anand
  • 693
  • 1
  • 8
  • 26
6

Make sure it’s not libv41 it’s libv4l ( letter l )

Neetu
  • 61
  • 1
  • 1