You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked the issue tracker for similar issues to ensure this is not a duplicate.
Provided a clear description of your suggestion.
Included any relevant context or examples.
Issue or Suggestion Description
I am using an ESP-32 CAM Development Board fitted with a OV5640 camera.
Using the CameraWebServer example sketch and the Arduino IDE pointing to an AI Thinker ESP32-CAM board my 'Select Camera Module' definition is configured for
#define CAMERA_MODEL_AI_THINKER // Has PSRAM
and my WiFI credentials entered correctly.
Uploading the sketch and examining the Serial Monitor gives
rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:4916
load:0x40078000,len:16436
load:0x40080400,len:4
ho 8 tail 4 room 4
load:0x40080404,len:3524
entry 0x400805b8
E (47) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND)
Camera init failed with error 0x105
How can I correct this error please?
The text was updated successfully, but these errors were encountered:
Checklist
Issue or Suggestion Description
I am using an ESP-32 CAM Development Board fitted with a OV5640 camera.
Using the CameraWebServer example sketch and the Arduino IDE pointing to an AI Thinker ESP32-CAM board my 'Select Camera Module' definition is configured for
#define CAMERA_MODEL_AI_THINKER // Has PSRAM
and my WiFI credentials entered correctly.
Uploading the sketch and examining the Serial Monitor gives
How can I correct this error please?
The text was updated successfully, but these errors were encountered: