ESP32-CAM
Moderator: leecollings
ESP32-CAM
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!
- Attachments
-
- Camera.png (50.89 KiB) Viewed 4318 times
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: ESP32-CAM
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.
But I think you need to use the /capture URL for correct functionality.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Re: ESP32-CAM
I tried both /stream and /capture but it doesn't work.
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: ESP32-CAM
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Re: ESP32-CAM
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
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
- Attachments
-
- cattura02.png (60.71 KiB) Viewed 4265 times
-
- cattura01.png (20.19 KiB) Viewed 4265 times
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: ESP32-CAM
The log file can be viewed in Domoticz with menu Setup - Log
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Re: ESP32-CAM
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
2022-03-16 14:37:09.057 Status: Camera: settings (re)loaded
2022-03-16 14:40:51.650 Status: Camera: settings (re)loaded
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: ESP32-CAM
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
Edit: else program your Cam with the sketch mentioned here: viewtopic.php?t=32536
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 1
- Joined: Wednesday 07 September 2022 11:28
- Target OS: Windows
- Domoticz version:
- Contact:
Re: ESP32-CAM
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
https://techknowsurf.blogspot.com/2022/ ... o-Ide.html or can visit this video https://www.youtube.com/watch?v=43W_yVTZJfM
Thanks
-
- Posts: 7
- Joined: Tuesday 17 November 2020 22:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024-2
- Contact:
Re: ESP32-CAM
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.
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
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
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
Who is online
Users browsing this forum: No registered users and 0 guests