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

Nice to have feature: Exif data in saved files #44

Open
morgan-wild opened this issue Oct 21, 2024 · 5 comments
Open

Nice to have feature: Exif data in saved files #44

morgan-wild opened this issue Oct 21, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@morgan-wild
Copy link

morgan-wild commented Oct 21, 2024

Firstly, thank you so much for your library!

I'm using it to take and store pictures to an SD card, with the date & time as name.
But I'm not able to change the "create date" property in the exif data of these pictures which is wrong.

Exif data are very useful for many reasons (order in an album like the Google Drive for example).

Maybe a new and optional parameter could be added to use sdmmc.save(path, exif) ?

Thank you again :)

@eloquentarduino eloquentarduino added the enhancement New feature or request label Oct 21, 2024
@eloquentarduino
Copy link
Owner

Looks like a reasonable feature. I need to look up the EXIF format. Do you already have a reference implementation?

@morgan-wild
Copy link
Author

morgan-wild commented Oct 21, 2024

Thank you for your fast reply.

In my idea the parameter exif could be a structure containing the properties listed here:
https://en.wikipedia.org/wiki/Exif

I looked for an implementation, and maybe there is something helping you here:
https://github.com/dimhoff/ESP32-CAM_Interval/blob/master/exif_defines.h

@morgan-wild
Copy link
Author

Any news? :)

@eloquentarduino
Copy link
Owner

Oh, Sorry, forgot to reply. This is on my todo list, but I'm not actively working on this. Don't expect to see it implemented before a few weeks.

@morgan-wild
Copy link
Author

No problem.

I will use a trick to let you the time to implement it gracefully ;)

Thank you:)

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

No branches or pull requests

2 participants