Libv41-dev package cannot be installed to install

I am trying to transfer jpg using Motion JPEG streamer. I need to install the libv41-dev package as the required library, and when I install sudo apt-get install libv41-dev , I get the error Unable to locate package libv41-dev . Why can't find this package? I searched on google for this libv41-dev , not much information came out. This library is required for the linux/videodev.h . Thanks

+8
raspberry-pi raspbian mjpeg
source share
1 answer

libv4l-dev library You can install using the command

 sudo apt-get install libv4l-dev 
+2
source share

All Articles