Comments on: ESP32-CAM Take Photo and Display in Web Server https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sat, 15 Mar 2025 11:33:23 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Uwe https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/#comment-1009866 Fri, 21 Feb 2025 18:20:59 +0000 https://randomnerdtutorials.com/?p=90367#comment-1009866 Tal Mik
28. Juni 2024 um 13:41 Uhr
Hallo Sara,
ich habe das gleiche Problem mit diesem Projekt…
Ich habe den Code erfolgreich hochgeladen.
Ich erhalte diese Meldung:
WLAN verbunden
Kamera bereit! Verwenden Sie „10.100.102.205“ zum Verbinden
Verbindung zum WLAN wird hergestellt…
SPIFFS erfolgreich gemountet
IP-Adresse: 10.100.102.205

aber wenn ich versuche, ein Foto aufzunehmen, erhalte ich diese Meldung: „
Connecting to WiFi…
SPIFFS mounted successfully
IP Address: http://192.168.178.66
Taking a photo…
Camera capture failed

ESP32-CAM Letztes Foto
Das Aufnehmen eines Fotos kann länger als 5 Sekunden dauern.

DREHEN FOTO AUFNEHMEN SEITE AKTUALISIEREN

mit einem mini Icon !

Kannst du mir helfen?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/#comment-1004963 Mon, 03 Feb 2025 10:17:16 +0000 https://randomnerdtutorials.com/?p=90367#comment-1004963 In reply to Marcos Morais.

Hi.
Which errors do you get?
Can you be more specific?
Regards,
Sara

]]>
By: Marcos Morais https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/#comment-1004478 Sat, 01 Feb 2025 19:57:00 +0000 https://randomnerdtutorials.com/?p=90367#comment-1004478 Hi, I have 3 different card models and none of them work with the code.

00:00:00.498 boardInfo] Chip ESP32-D0WD-V3, 2 cores @ 240Mhz, rev 3
[00:00:00.498 boardInfo] Flash 4.0MB, mode QIO @ 80Mhz
[00:00:00.509 boardInfo] PSRAM 4.0MB, mode QSPI @ 80Mhz

[00:00:00.515 boardInfo] Chip ESP32-D0WD-V3, 2 cores @ 240Mhz, rev 3
[00:00:00.515 boardInfo] Flash 4.0MB, mode QIO @ 80Mhz
[00:00:00.526 boardInfo] PSRAM 4.0MB, mode QSPI @ 80Mhz

[00:00:00.495 boardInfo] Chip ESP32-D0WDQ6, 2 cores @ 240Mhz, rev 1
[00:00:00.495 boardInfo] Flash 4.0MB, mode QIO @ 80Mhz
[00:00:00.506 boardInfo] PSRAM 4.0MB, mode QSPI @ 80Mhz

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/#comment-1003194 Mon, 27 Jan 2025 18:50:10 +0000 https://randomnerdtutorials.com/?p=90367#comment-1003194 In reply to lisztfr.

Hi.
Please see the solution for this issue here: https://rntlab.com/question/solvedassert-failed-tcp_alloc-idf-components-lwip-lwip-src-core-tcp-c1851-required-to-lock-tcpip-core-functionality/
Regards,
Sara

]]>
By: David https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/#comment-1002424 Fri, 24 Jan 2025 15:37:11 +0000 https://randomnerdtutorials.com/?p=90367#comment-1002424 Hello does anyone have the same problem as me ?

src/main.cpp:169:5: error: ‘capturePhotoSaveSpiffs’ was not declared in this scope
capturePhotoSaveSpiffs();
^~~~~~~~~~~~~~~~~~~~~~
*** [.pio\build\esp32cam\src\main.cpp.o] Error 1

]]>
By: lisztfr https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/#comment-992743 Thu, 19 Dec 2024 13:01:56 +0000 https://randomnerdtutorials.com/?p=90367#comment-992743 In reply to Sara Santos.

Thank you, it works, and you saved me a lot of time because i was giving up on this; It’s a bug, still not fully corrected.
Now i have to retrieve my public IP. ANother story.
thanks a lot ! lh

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/#comment-992721 Thu, 19 Dec 2024 10:50:44 +0000 https://randomnerdtutorials.com/?p=90367#comment-992721 In reply to lisztfr.

Hi.
Downgrade your ESP32 board to version 3.0.7.
Regards,
Sara

]]>
By: lisztfr https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/#comment-992673 Thu, 19 Dec 2024 07:59:51 +0000 https://randomnerdtutorials.com/?p=90367#comment-992673 Hi

I get the infamous

assert failed: tcp_alloc /IDF/components/lwip/lwip/src/core/tcp.c:1851 (Required to lock TCPIP core functionality!)

error, with the latest packages installed.

My board is branded GERUI, but it’s like the AI thinker board. The code compiles fine.

Thanks, Lh

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/#comment-992471 Wed, 18 Dec 2024 11:07:32 +0000 https://randomnerdtutorials.com/?p=90367#comment-992471 In reply to mclabman.

Hi.
Thanks for letting me know.
It’s fixed now.
Regards,
Sara

]]>
By: mclabman https://randomnerdtutorials.com/esp32-cam-take-photo-display-web-server/#comment-992286 Tue, 17 Dec 2024 15:12:43 +0000 https://randomnerdtutorials.com/?p=90367#comment-992286 Thank You for nice example.
The sketch code slightly outdated.
Please, remove #include <StringArray.h> and replace “request->send_P” with “request->send”.
It works!

]]>