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
The library is libv4l-dev
. You can install using the command
sudo apt-get install libv4l-dev