droidcam-with-octoprint/README.md
2023-09-29 23:28:27 +02:00

23 lines
533 B
Markdown

# 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
```