easytarget / esp32-cam-webserver

Expanded version of the Espressif ESP webcam
https://hackaday.io/project/168563-7-esp32-cam-example-expanded
GNU Lesser General Public License v2.1
1.29k stars 349 forks source link

Save images to SD card #37

Open easytarget opened 4 years ago

easytarget commented 4 years ago

V4 extended.. Allow images to be (timestamped and) saved to a folder on an attached SD card (AI-THINKER has a SD card slot)

Allow images to be browsed, deleted and downloaded via the WebUI. ?

Alternatively find a library (?) that allows ftp/smd or some other file transfer/browse standard to access the filestore.

bill-orange commented 4 years ago

This is an enhancement I am also looking for. I may work on the code for this myself but I am likely to make it too much of a kluge.

easytarget commented 4 years ago

Oops.. fat fingers. Didnt intend to close there. Thiis would be nice, but very very low priority for me right now. There are a number of other projects that can do saving, loading, downloading and even movies on the SD card. In particular check out: https://github.com/jameszah/ESP32-CAM-Video-Recorder

sjude68 commented 3 years ago

I clicked the "Enroll" button but nothing happens. Does it save the captured image on the SDCard. How do I see the images on the SDCard and add new images for Face Recognition.

easytarget commented 3 years ago

@sjude68 Unfortunately, you cant. That's why this issue exists and is not resolved. The enroll button simply enrolls faces in the face recognition db, which is held in memory, lost on reboot, and contains face data not images.

easytarget commented 3 years ago

(from #135 ) If implementing check out the comments in: https://github.com/espressif/esp32-camera/issues/203