how to config a ipcamera with dwc 3
-
hello, how to make an ip camera work under dwc v3? what url should he use. my ip camera is a esp32-cam.
-
What kind of url options are you given by your cam? I believe a still image stream should work.
What version of DWC are you using specifically? 3.2?
-
If it's the default ESP32-cam sketch, then this URL should work:
http://<IP OF ESP>/capture -
@Phaedrux
Hello, i use a duet 2 wifi with rrf 3.2 en dwc 3.2.0
I put the following in the camera config: http://192.168.1.27.
with this url in a browser it work but no in dwc.Denis.
-
Have you tried with:
http://192.168.1.27/capture -
@hmortensen
no, i will try tonight -
it seems to work. but it captures an image every 15 or 20 sec. it is not possible to have the video stream? is there a doc on the config of the camera in v 3.2?
-
I just checked again it's an image every 5 sec