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.
Its not something I will add, but you can add it yourself by updating the following line in utils.cpp:
WiFi.softAP(AP_SSID, AP_Pass);
using these notes
it could be possible to add hidden ssid for AP in next release?