droidcam-with-octoprint/README.md

23 lines
533 B
Markdown
Raw Normal View History

2023-09-29 21:26:23 +00:00
# Droidcam with OctoPrint
2023-09-29 21:13:14 +00:00
2023-09-29 21:26:23 +00:00
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
```