Duet 3D printer onboard camera0 use to see print status online
-
@droftarts I am using eMotionTech Starteo IDEX 420. I have sent them couple of e-mails, but i have no response so far. I am 100% sure i am using Duet with RepRap firmware. I have changed settings in config.g file, so thats why i needed to restart printer. This is screenshot i captured right after i received your comment...
-
-
@armis Yes, that's a Duet alright! Is it running in standalone mode, or from the Raspberry Pi in SBC mode? Send M122 and copy the first couple of lines.
For experimenting with motor currents, jerk, acceleration etc, you can send the commands directly in the console, and they should take effect. However, have a look for mechanical issues too, eg worn bearings, linear rails that need lubrication etc, as well.
For cameras, see https://docs.duet3d.com/en/User_manual/Reference/DWC_webcam
Basically, if it is sending a motion jpeg stream, you should be able to add it to DWC. But it might be that StratoControl3D is running on the Pi, and controlling the Duet, and has its own way of connecting to the cameras.Ian
-
@droftarts These are screenshots from using command M122. I am not sure if ir is PI, but i personally think it is. With your help i can try to add onboard camera. I have no idea why they even included it in first place if they do not support use of it. It is useless to use it in x/y offset calibration.
-
@armis Okay, yes, your Duet is running in SBC mode, ie the Duet is being controlled by the Raspberry Pi, or something similar. It should be connected to the Duet by a ribbon cable. So you want to look at this section if the camera is connected to the Raspberry Pi https://docs.duet3d.com/en/User_manual/Reference/DWC_webcam#motion-on-a-raspberry-pi-running-dsf
If the camera is separate, and connected either to WiFi or USB, what camera is it?Also, you can cut and paste text from DWC into your reply, rather than posting screen grabs. That way, if anyone helping you needs to quote anything back to your, it doesn't have to be written out again. You'll get more responses to questions that way, too.
Ian
-
@droftarts I just checke if there is ribbon cable or other interface for camera,but i cannot find ribbon cable, cameras cables are well hidden in frame, i must disassemble main frame to get there. i noticed that LCD touchscreen is connected via micro-usb and HDMI if that helps. Sorry for not posting test instead of images. Camera looks like this, if that makes sense...
-
@armis Looks a bit like a Pi camera with a wide angle lens, but it could be anything. Perhaps USB back to the Pi, and there's a USB hub in there somewhere?
i noticed that LCD touchscreen is connected via micro-usb and HDMI if that helps.
Is it a touchscreen? The USB will probably be for that, and/or power.
Ian
-
@droftarts There is central block beneath machine where all of wiring goes and connects to.
-
@droftarts I was playing with console commands list and found commands like "libcamera-vid --frames 300 --qt-preview -o source.h264" and "libcamera-vid". This may help you understand more about this printer
-
@armis I’m not a Raspberry Pi expert, unfortunately. Maybe @chrishamm can help?
Ian