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

continous exceptions when booting on XIAO Seeed Sense #383

Closed 05k4rausdertonne closed 6 months ago

05k4rausdertonne commented 6 months ago

I'm using the XIAO Seeed Sense ESP32-S3

while following the installation instructions it builds and flashes but i get this exeption on repeat:

SPIWP:0xee mode:DIO, clock div:1 load:0x3fce3808,len:0x44c load:0x403c9700,len:0xbd8 load:0x403cc700,len:0x2a80 entry 0x403c98d0 ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x3 (RTC_SW_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) Saved PC:0x403cdada

only when changing the board from "ESP32S3 Dev Module" to "XIAO_ESP32S3" it works (compiling and flashing). now it works as intended (as far as i can tell) please update either the code or the documentation. thanks :)