s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
888 stars 209 forks source link

My cam wasn't displayed on the wifi list and not getting the accesspoint IP in serial monitor. #375

Closed Murugesh-Hobbyist closed 7 months ago

Murugesh-Hobbyist commented 7 months ago

Can you please help me with the Serial out:

[00:00:00.471 logSetup] =============== ESP-CAM_MJPEG 9.6 =============== [00:00:00.481 printResetReason] Power on reset [00:00:00.481 printWakeupReason] Wakeup by reset [00:00:00.998 infoSD] SD card type SDHC, Size: 7.5GB [00:00:00.999 listFolder] Sketch size 1.5MB [00:00:01.298 listFolder] File: /data/common.js, size: 28564 bytes [00:00:01.301 listFolder] File: /data/MJPEG2SD.htm, size: 95KB [00:00:01.303 listFolder] File: /data/configs.txt, size: 5532 bytes [00:00:01.314 listFolder] SD_MMC: 152KB used [00:00:01.314 loadConfig] Load config [00:00:01.536 updateAppStatus] Enabling motion detection [00:00:01.547 setup] PSRAM size: 8.0MB [00:00:01.753 prepCam] Camera init OK for model OV2640 on board CAMERA_MODEL_AI_THINKER ets Jun 8 2016 00:22:57

rst:0xc (SW_CPU_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:1344 load:0x40078000,len:13964 load:0x40080400,len:3600 entry 0x400805f0

s60sc commented 7 months ago

inadequate power supply causing reset

Murugesh-Hobbyist commented 7 months ago

Thanks! Now, I have soldered low gauge wires to power it instead of jumpers. it works well now.