Closed luc-github closed 2 years ago
The command [ESP171] that allows to save current frame to SD is now implemented:
the parameters of the command are the path and filename - if none is provided it use the date of the day as directory destination, and timestamp for filename like in screenshot
Currently command should be send manually, or put in GCODE file when changing layer, and I think I will stick to this as ESP3D purpose is not to do videos - project like https://github.com/jameszah/ESP32-CAM-Video-Recorder are far better and oriented to it.
for the timelapse video => convert set of Jpeg to MJPEG /Avi video there are a lot of online/offline tools for this, that are free and allows lot of customization, so I do not see the added value to add this feature in ESP3D, but complexify code, increase FW size and make ESP board busy for non essential task
So I consider feature is implemented in scope of ESP3D
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
As ESP32Cam is supported, SD direct connection is supported, add picture saving to disk, and video MJPG recording like in this project : https://github.com/jameszah/ESP32-CAM-Video-Recorder And as suggested in this project instead of adding picture to notification which is too much memory consuming just add a link should be ok TBD, same for video