Duet 2 Wifi Webcam Link Broken
-
I recently started playing with the webcam options on my Duet 2 wifi dashboard, I set up an esp32-cam Arduino module to stream to my local network and tried to connect it to my Duet wifi. The problem I'm having is that the stream isn't appearing on my dashboard, instead, it just displays a link that routes back to the IP address of the printer
the camera itself has no issues and I can view the stream through its IP address with no problem. I even used the correct HTTP address when linking in the dashboard settings (http://192.168.42.64:80/?action=stream). Is there a setting I'm missing somewhere? -
@naggie97 you need the webcam to be able to send a static jpeg image when requested, you can’t stream directly. See https://duet3d.dozuki.com/Wiki/How_to_include_a_web_camera_image_in_Duet_Web_Control
Ian
-
@droftarts the camera uses mjpeg to stream so is that not suitable for duet? I take it I just need to set it up to take single pictures instead?