Page 1 of 1

ESP32-CAM

Posted: Tuesday 15 March 2022 21:02
by cvgmrz
i am trying to add a camera in Domoticz. My camera is ESP32-CAM with Tasmota firmware (last version). When I set parameters into the camera form it doesn't work. If I connect the camera by browser (http://192.168.112.84:81/stream) I see streaming correctly. Is there somebody that can help me to solve this problem? Thank you so much!

Re: ESP32-CAM

Posted: Tuesday 15 March 2022 21:20
by waltervl
Delete the IP adress from the url ( so /stream ) should do the trick if the stream format is recognized by Domoticz.

But I think you need to use the /capture URL for correct functionality.

Re: ESP32-CAM

Posted: Tuesday 15 March 2022 21:53
by cvgmrz
I tried both /stream and /capture but it doesn't work.

Re: ESP32-CAM

Posted: Tuesday 15 March 2022 22:43
by waltervl
According the following thread it should be
capture
So without the /

viewtopic.php?t=28458

Re: ESP32-CAM

Posted: Wednesday 16 March 2022 13:14
by cvgmrz
I had tried it before but it doesn't work, see attached file.
Can I check log file to understand what happens when I set parameters into the form and where can I found the log file?
Thank you

Re: ESP32-CAM

Posted: Wednesday 16 March 2022 13:39
by waltervl
The log file can be viewed in Domoticz with menu Setup - Log

Re: ESP32-CAM

Posted: Wednesday 16 March 2022 14:45
by cvgmrz
inside this log I can't view what happen when I change setting inside the form, the only things that I can view is that:
2022-03-16 14:37:09.057 Status: Camera: settings (re)loaded
2022-03-16 14:40:51.650 Status: Camera: settings (re)loaded

Re: ESP32-CAM

Posted: Wednesday 16 March 2022 15:43
by waltervl
Is the capture link http://192.168.112.84:81/capture working outside Domoticz? Do you see a screenshot?

Edit: else program your Cam with the sketch mentioned here: viewtopic.php?t=32536

Re: ESP32-CAM

Posted: Wednesday 07 September 2022 11:38
by adtechknow
Yes, Domoticz works with ESP32-Cam when Flashed with Arduino ESPCAMServer code or Tasmota Code. Visit this blogpost to check this out
https://techknowsurf.blogspot.com/2022/ ... o-Ide.html or can visit this video https://www.youtube.com/watch?v=43W_yVTZJfM

Thanks

Untitled1.jpg
Untitled1.jpg (43.63 KiB) Viewed 4546 times

Re: ESP32-CAM

Posted: Tuesday 06 December 2022 22:59
by Quest24
You can check out this site for information for esp32 with tasmota

https://cgomesu.com/blog/Esp32cam-tasmo ... am-server/

Then configure in domoticz camera setting

protocol http
ip adres your ip
port 80 // so not port 81 which works for the stream, but not for the snapshot interface
url snapshot.jpg

That works for me.

Re: ESP32-CAM

Posted: Saturday 14 January 2023 23:31
by sylvled
Hi.
Here are the parameters that I filled into Domoticz 2022.2 to obtain stream from my ESP32Cam with TasmotaCam32 12.3.1 :
activated : yes
Form factor : 4:3
Protocole : HTTP
Ip adresse : ip of cam
port : 81
id : <empty>
password : <empty>
url of picture : cam.mjpeg

And this is working fine !

I first tried to put http://192.168.1.244:81/ to a web browser and the adress was automatically modified to
http://192.168.1.244:81/cam.mjpeg

Hope it will help