Page 1 of 1

Cannot get ESP32-CAM stream

Posted: Thursday 30 January 2025 17:52
by averter
Hello,

I am struggling to get the live stream of an ESP32-cam into domoticz. I've installed the application ESP32-CAM_MJPEG2SD into the board, and according with the documentation the url ESP32-camIPADDRESS:80//sustain?video=1 returns a live stream, which I have confirmed to work in my web browser, but when set up in domoticz I get only a blue screen :?
Screenshot from 2025-01-30 16-40-08.png
Screenshot from 2025-01-30 16-40-08.png (56.94 KiB) Viewed 1203 times
This is how it is set up
Screenshot from 2025-01-30 16-50-57.png
Screenshot from 2025-01-30 16-50-57.png (117.06 KiB) Viewed 1203 times
Thanks in advance for any help.

Re: Cannot get ESP32-CAM stream

Posted: Thursday 30 January 2025 19:41
by waltervl
You do not need to enter the url of the stream but the url of the screenshot file (eg jpeg, png)
https://wiki.domoticz.com/Camera_Setup# ... o_Domoticz

Edit: according https://github.com/s60sc/ESP32-CAM_MJPEG2SD/issues/449 the snapshot link is
app_ip/control?still=1

Re: Cannot get ESP32-CAM stream

Posted: Thursday 30 January 2025 20:33
by averter
Thanks for the help, @waltervl. It works! :D
Actually there was another issue, in that the IP address was missing a .1. between the 168 and 191. :shock:

Re: Cannot get ESP32-CAM stream

Posted: Thursday 30 January 2025 23:01
by waltervl
So it was only the IP adress that was wrong or also the imageURL had to be changed?

Re: Cannot get ESP32-CAM stream

Posted: Friday 31 January 2025 17:31
by averter
Both the IP address and the imageURL were wrong/had to be changed.