Hi,
I'm not sure whether this is the correct category for my problem.
Since several days I try th get my ESP32-CAM running without any failures.
I can compile and download the code without any failures. But It doesn't work propperly.
What is the problem?
after a reset I get an error `E (489) esp_core_dump_flash: No core dump partition found!
after some secundes it shows WiFi connected Camera Ready! Use 'http://192.168.180.21' to connect
the stream on the web server is very slow
What are the settings on arduino IDE?
Board: AI Thinker ESP32-CAM
CPU Frequency : 240MHz (WiFi/BT)
Flash Frequency: 80MHz
Flash Mode: QIO
Partition Scheme: Huge APP (3MB no OTA/1MB SPIFSS)
Core Debug Level: none
Is there anybody who can help?
Thanks a lot in advance.
Hello, this is the code i was using as well. I already change those parameters. But I still have the same problem. Do you know any other options that could case it?
What are you using to program the board? I found that if using an ESP-CAM-MB board to program I got that same error until I changed the flash mode to DIO. After that things worked as expected.
I've resolved the problem. I've selected "Ai Thinker ESP-32 cam" board. Flash mode "DIO". Partition Scheme "Huge APP (3Mb...)". And it's all. My Cam works fine
If I change the board to Ai thinker from esp32 Wrover Module I get the "A fatal error occurred: Failed to connect to ESP32: No serial data received. Failed uploading: uploading error: exit status 2" does anyone have a solution for this problem.