# Droidcam with OctoPrint I'll write setup instructions at some point. Right now I'm tired of all the crap I had to go through to figure this out. This also expects that you're using OctoPrint's Raspberry Pi image, for other systems you'll probably have to adapt a bit. ### Links - https://github.com/blueimp/mjpeg-server - https://github.com/dev47apps/droidcam/issues/6#issuecomment-657677219 ### Notes `/etc/modules` ``` v4l2loopback ``` `/etc/modprobe.d/v4l2loopback.conf` ``` options v4l2loopback devices=1 video_nr=1 ```