nunofgs / docker-octoprint

Dockerfile to set up Octoprint with x86, armv6, armv7 and arm64 support!
https://hub.docker.com/r/nunofgs/octoprint/
GNU Affero General Public License v3.0
58 stars 32 forks source link

Unable to display raspberry pi camera output #15

Closed plapointe6 closed 4 years ago

plapointe6 commented 5 years ago

Hello,

I am trying to make this docker image works with the official Raspberry PI camera module.

Do someone managed to get the rpi camera to display in mjpg-streamer ?

I tryed to replace input_uvc.so by input_raspicam.so but input_raspicam.so do not compile in the image creation process.

Thanks !

nunofgs commented 5 years ago

Hi @plapointe6,

I don't actually own a raspberry pi camera module so can't really be much of a help here. I'll accept any contributions that fix the issue though!

plapointe6 commented 5 years ago

I managed to make it work after many headache. See PR #16