Windows 10 Multiple webcams
Running server on windows 10 and everything is working well. I would like to add a webcam to each of the 2 printers controlled by server. Looking at the help, there are some weird webcam software packages, 1 doesn’t display anything and the other seems to only support 1 webcam. I am thinking I could probably somehow use ffmpeg but unsure the correct black magic to make that work.
The other option is to run each printer with a dedicated raspberry pi, which seems to have webcam support out of the box.
The other option is to run each printer with a dedicated raspberry pi, which seems to have webcam support out of the box.
Comments
On linux there is the software mjpeg_streamer which does that very good and that is preconfigured on our pi image, but works also on any linux computer. Our docs contain compiling instructions.