espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

ESP32 Cam cannot stuck on the booting process (IDFGH-4462) #166

Closed PramCreative05 closed 2 years ago

PramCreative05 commented 3 years ago

Environment

Problem Description

I am trying to run ESP-WHO/Camera_web_server. I have successfully upload the code using this config: Turn off the RTC watchdog (because previously, it was continously rebooting) Flash SPI Mode: QIO Flash SPI Speed : 80 MHz Flash Size: 4 MB Turn off the face detection and LED Partition 0x8000

Expected Behavior: I want to get the IP of the camera, but the serial monitor only show until this line (I (330) psram: This chip is ESP32-D0WD).

Actual Behavior:

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:4 load:0x3fff0034,len:5688 load:0x40078000,len:13416 load:0x40080400,len:3912 entry 0x4008063c I (330) psram: This chip is ESP32-D0WD

me-no-dev commented 3 years ago

Turn off the RTC watchdog (because previously, it was continously rebooting) << you should not need to change anything from the default settings. Since you had to, maybe there is another problem. What is the backtrace that you were getting without changing config? Did you select the proper camera board?