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
931 stars 214 forks source link

Core 1 panic'ed on esp32-cam #297

Closed YummyFatPeanut closed 12 months ago

YummyFatPeanut commented 1 year ago

On pressing the record button in station mode, the camera (OV2640) immediately resets with a core panic error. 16:52:33.482 -> [12:52:33.475 processFrame] Capture started by Button 16:52:33.515 -> Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled. Using a 64 gb sd card, the camera saves all configs and logs. ResetReason is- 12:52:35.157 printResetReason] Software reset due to exception/panic [12:52:35.157 printWakeupReason] Wakeup by reset

s60sc commented 1 year ago

Need to decode stack trace try a smaller card, only cards up to 32gb supported by mmc library

YummyFatPeanut commented 1 year ago

I have tried an 8 gb card(readable and writabe by my computer), didn't work. Now trying to decode trace