Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save images to SD card #37

Open
easytarget opened this issue Sep 11, 2020 · 5 comments
Open

Save images to SD card #37

easytarget opened this issue Sep 11, 2020 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@easytarget
Copy link
Owner

easytarget commented Sep 11, 2020

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

  • Trigger button in UI
  • Timelapse?
  • Face recognition triggers?
    • Named faces
    • Unknown faces

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

  • maybe some libraries/examples already exist for this
  • Download all images as a bundle? might be easier for UI to do, and may also have some examples/libaries already available or adaptable.

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

@easytarget easytarget added enhancement New feature or request help wanted Extra attention is needed labels Sep 11, 2020
@easytarget easytarget added this to the V4 milestone Sep 11, 2020
@bill-orange
Copy link

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 easytarget reopened this Oct 4, 2020
@easytarget
Copy link
Owner Author

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

@easytarget easytarget pinned this issue Oct 6, 2020
@sjude68
Copy link

sjude68 commented Jan 13, 2021

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
Copy link
Owner Author

@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
Copy link
Owner Author

(from #135 ) If implementing check out the comments in: espressif/esp32-camera#203

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants