WebCam
-
Hello everybody,
Im trying to discover how is programmed the WebCams function on DuetWebControl. I'm looking and searching in what file is the code but I didn´t found nothing. Can anyone help and say me where can I look for?
-
@inhar The code of the webcam panel is here: https://github.com/Duet3D/DuetWebControl/blob/master/src/components/panels/WebcamPanel.vue And here of the corresponding settings panel: https://github.com/Duet3D/DuetWebControl/blob/master/src/components/panels/SettingsWebcamPanel.vue
-
@chrishamm thank you.
Another question: I'm trying to install a file .bin using the command for the PanelDue (inserting the connections in the Duet board, especifically on the PanelDue entries 5V, GND, URXD0, UTXD0), M997 S4, but doesn´t work. Do you know if I can create an specific macro file that allows me to install any file I want?
-
@inhar You must be on a PanelDue firmware version that already supports upgrades via M997 S4. If you are, you should be able to specify the firmware filename via
M997 S4 P"PanelDueFirmware-XXX.bin"
. If you want to update PanelDue via DWC using the normal update prompt, you must rename the correct firmware file to PanelDueFirmware.bin before you upload it on the System page.