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

Image meta data #3819

Open
Alex-developer opened this issue Aug 19, 2024 Discussed in #3814 · 0 comments
Open

Image meta data #3819

Alex-developer opened this issue Aug 19, 2024 Discussed in #3814 · 0 comments

Comments

@Alex-developer
Copy link
Collaborator

Discussed in #3814

Originally posted by stevedee August 16, 2024
Although the text overlay module is super useful, I like to capture 'clean' images, free of clutter, once the system has been properly setup.
So wondered if you could implement the addition of image EXIF data.

I notice in the c++ file: capture_RPi.cpp some notes to implement this:-

/* TODO: what exif fields should we use?
if (myModeMeanSetting.meanAuto != MEAN_AUTO_OFF) {
stringstream strExposureTime;
stringstream strReinforcement;
strExposureTime << myRaspistillSetting.shutter_us;
strReinforcement << myRaspistillSetting.analoggain;

	command += " --exif IFD0.Artist=li_" + strExposureTime.str() + "_" + strReinforcement.str();
}

*/

I'd suggest as a minimum:-
exposure: number (ms)
gain: number
auto exposure: yes/no
auto gain: yes/no

Nice-to-have:-
author: text
camera: text
lens: text
camera temperature: 'C
focus metric: number
longitude:
latitude:

Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants