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
Reset due to task watchdog every couple of minutes #474
I'm using one of these ESP32-S3 boards: https://www.aliexpress.com/item/1005006434168488.html and everything works fine EXCEPT that the board keeps rebooting every few minutes. Here are the log messages:
... and it repeats.
Any ideas where to start looking? Is there a long-running task that doesn't yield to scheduler?