Usb dongle
-
I was wondering if it is possible to code the web interface to use a usb camera instead of an up and connect it with a mini to a female dongle like this one?
https://www.amazon.com/dp/B01LXBS8EJ/ref=cm_sw_r_cp_apa_-uG2AbPGD1V0Y -
I think the limitation is that the Duet isn't a host device. Using an IP camera to pass a stream into the website is a way of sidestepping the limitation.
I recommend using a Raspberry Pi Zero W with camera as an IP cam, or setup Octoprint on a Pi3 to use a USB camera.
-
Yep that's right the Duet is a USB device, not a USB host.
-
And I think duet doesn't have enough CPU power to do any kind of video streaming and printing at the same time.