-
Hello, // // =================== // =========================== void startCameraServer(); void setup() { camera_config_t config; // if PSRAM IC present, init with UXGA resolution and higher JPEG quality #if defined(CAMERA_MODEL_ESP_EYE) // camera init sensor_t * s = esp_camera_sensor_get(); #if defined(CAMERA_MODEL_M5STACK_WIDE) || defined(CAMERA_MODEL_M5STACK_ESP32CAM) #if defined(CAMERA_MODEL_ESP32S3_EYE) // Setup LED FLash if LED pin is defined in camera_pins.h WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { startCameraServer(); Serial.print("Camera Ready! Use 'http://"); void loop() { Thank you for your help in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
the error suggests that the driver can not find the sensor. That is usually due to bad pin config. make sure that your sccb pins are correct |
Beta Was this translation helpful? Give feedback.
-
Hey,
I cant upload the code as i have wiped my pc and no longer have access to
it, please try viewing the forum:
https://www.reddit.com/r/esp32/comments/1797tr4/esp_core_dump_flash_no_core_dump_partition_found/
…On Mon, Oct 14, 2024, 12:15 Bin++ ***@***.***> wrote:
@istrian <https://github.com/istrian> Hi,
I know it has been few months since the answer to this post but I was
wondering if your code still works? I said this because I too has recently
bought the same exact ESP32-S3 module on aliexpress and has configured
everything including your camera pins and the same exact code as here but I
still get the
E (571) esp_core_dump_flash: No core dump partition found!
Could this be related to the newest version of Arduino? Alternatively the
board is seen by default as: 4d systems gen4-esp32 16MB Modules (ESP32-S3
r8n16) but I have changed to ESP32S3 Dev Board for the sake of trying out
your code since you mentioned it worked last time. Any Clue?
Thanks heaps in advance
—
Reply to this email directly, view it on GitHub
<#9249 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOJWJG67JYGDYUY3ACZJK6DZ3OKU5AVCNFSM6AAAAABDH46CGOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJTGQ4DONI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi istrian, thanks heaps for getting back to my question. Really prob the most important reason I asked was because I was using the same module as you bought from AliExpress and it’s an N16R8 based whereas the link you suggested above is about the Wrover modules. Did you really get the web server to run? Because I have tested 4 modules already and while they work for light applications they all fail to use PSRAM when I attempt to use camera, the is also a malloc buffer error along with PSRAM ID check error is 0x0000000, |
Beta Was this translation helpful? Give feedback.
-
It seems the external 8MB PSRAM has to do with the error! It has been over 2 weeks and I would really like if someone can shed some light! Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Try making a new thread if you havent already so more people can see your
issue.
…On Mon, Oct 21, 2024, 00:52 R4p0 ***@***.***> wrote:
It seems the external 8MB PSRAM has to do with the error! It has been over
2 weeks and I would really like if someone can shed some light! Thanks in
advance
—
Reply to this email directly, view it on GitHub
<#9249 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOJWJG3THCLZFM7XZ56BXJDZ4QXZPAVCNFSM6AAAAABDH46CGOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJZHEYDCOI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
the error suggests that the driver can not find the sensor. That is usually due to bad pin config. make sure that your sccb pins are correct