Summary
- Added support of the jpg EXIF metadata
- Added TimeLaps function
- Added Micro SD card status and usage
- Bug fixes and web design improvement
This is a release candidate version for the ESP32-cam
To apply the new settings on the web interface, it is necessary to clear the cache of the camera's web page. The cache is valid for 24 hours, so it will automatically refresh after 24 hours.
Added support of the jpg EXIF metadata
Support for EXIF metadata for jpg images has been added. Thanks to this, it is possible to rotate the camera image by 0, 90, 180, or 270 degrees. The OV2640 camera module does not generate EXIF metadata. Therefore, it is necessary to calculate the EXIF metadata and add it to the image. The library for generating EXIF metadata is taken from user @dimhoff from his project ESP32-CAM_Interval.
Added TimeLaps function
It is possible to enable saving the photos sent to Prusa Connect onto a micro SD card (formated to FAT32). Photos are saved on the micro SD card, in the folder timelaps. After successfully completing the print, it is necessary to remove the micro SD card from the camera and copy the saved photos from the card. The next, it is necessary to use SW to create a timelapse video from photos.
Added Micro SD card status and usage
The status of the micro SD card and usage are displayed in the system page.
Bug fixes and web design improvement
Several other bugs have been fixed and the WEB design has been improvement