guys i am running esp32 cam module which i think is clone (its not ai thinker esp32 cam module) but after uploading the esp32 cam webserver example code its showing error like following
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (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:1184 load:0x40078000,len:12804 ho 0 tail 12 room 4 load:0x40080400,len:3032 entry 0x400805e4 E (203) psram: PSRAM ID read error: 0xffffffff
E (227) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) Camera init failed with error 0x105
everything is attached properly and i have retached camera to esp32 module several times but this error{ E (227) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) Camera init failed with error 0x105 } is showing continuously,
please help me out anyone faced the same problem and solved it by programming or something else. thanks
The error indicates the PSRAM is not working. Did your board come with PSRAM? Is WROVER written on the metal case or is WROOM written on the metal case?
Without the words WROVER stamped onto the metal case, the ESP32 you have does not have PSRAM. Try a different example that does not use PSRAM. The images resolution will be greatly reduced.
error 0x105 means "not probe the camera device"
You may set wrong board name, must define correct board model name.
You shoud set "#define CAMERA_MODEL_AI_THINKER"
please check your scketch.
see "camera_pins.h",you'll get more hints.
Well, am having the same issue, i bought my esp 32cam from ali express. Its does not have any of the words you mentioned, rather, i just discovered it'a clone without the espressif logo on it. Please i need help on how to upload the code