This pull request contains changes that allow to optionnaly use the Raspberry PI Camera module with mjpg-streamer. Please see commits comments and diff for more details.
I am new to Docker. In fact, adding RPI Camera module compatibility was the reason for me to really get into Docker and learn how it works. The changes proposed has been tested and work well on a Raspberry Pi 3.
I got a little inspired from this repo : https://github.com/open-horizon/cogwerx-mjpg-streamer-pi3
My first wish was to satisfy dependencies to allow the mjpg-streamer make process to compile modules related to the camera module, but after investigation, it seems that we can't do this without the sacrifice of the x86 compatibility ... So, I opted with the precompiled library method.
This pull request contains changes that allow to optionnaly use the Raspberry PI Camera module with mjpg-streamer. Please see commits comments and diff for more details.
I am new to Docker. In fact, adding RPI Camera module compatibility was the reason for me to really get into Docker and learn how it works. The changes proposed has been tested and work well on a Raspberry Pi 3.
I got a little inspired from this repo : https://github.com/open-horizon/cogwerx-mjpg-streamer-pi3 My first wish was to satisfy dependencies to allow the mjpg-streamer make process to compile modules related to the camera module, but after investigation, it seems that we can't do this without the sacrifice of the x86 compatibility ... So, I opted with the precompiled library method.