Hi,
I built the code with the latest Arduino ESP32 BSP (2.0.8).
The browser UI and the camera stream works well so far. My 8GB SDHC was detected correctly.
As soon, as I started the timelapse recording, a new directory was added ("\lapseNNN") but then the ESP32 suddenly resets:
:
rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
:
This was cyclically done (within a few seconds).
I couldn't find a programmatic solution for this.
The only workaround so far (thanks to bitluni for pointing me to the right direction) was to install version 1.0.6 of the ESP32 BSP.
It seems that later BSP-versions (>= 2.0.0) broke the correct function of the code.
Regards, Thorsten
Hi,
I built the code with the latest Arduino ESP32 BSP (2.0.8).
The browser UI and the camera stream works well so far. My 8GB SDHC was detected correctly.
As soon, as I started the timelapse recording, a new directory was added ("\lapseNNN") but then the ESP32 suddenly resets:
This was cyclically done (within a few seconds).
I couldn't find a programmatic solution for this.
The only workaround so far (thanks to bitluni for pointing me to the right direction) was to install version 1.0.6 of the ESP32 BSP.
It seems that later BSP-versions (>= 2.0.0) broke the correct function of the code.
Regards, Thorsten