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
800 stars 200 forks source link

[FEATURE REQUEST] AsyncWebServer #391

Closed rjsachse closed 3 months ago

rjsachse commented 3 months ago

any thought on using AsyncWebServer it allows more connections and is faster, even faster again with minified and gzip web code.

s60sc commented 3 months ago

AsyncWebServer is a fully featured Arduino library. I use a simpler IDF library which I can optimise for this app.

rjsachse commented 3 months ago

Good point. Just thought it would be good to have async wifi manager to make the wifi page more easier to use.