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.
I have added world time zones from https://github.com/nayarsystems/posix_tz_db/blob/master/zones.json using js. This should be a simple approach for time zones that is not in a long list separated by continents then time zones. I need this as daylight savings is about to start again in Australia and want the timestamp to be correct. I can improve the code if needed
I have added world time zones from https://github.com/nayarsystems/posix_tz_db/blob/master/zones.json using js. This should be a simple approach for time zones that is not in a long list separated by continents then time zones. I need this as daylight savings is about to start again in Australia and want the timestamp to be correct. I can improve the code if needed