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

How to get EXIF data from the image captured? #43

Open
oxnnj opened this issue Jun 21, 2022 · 0 comments
Open

How to get EXIF data from the image captured? #43

oxnnj opened this issue Jun 21, 2022 · 0 comments

Comments

@oxnnj
Copy link

oxnnj commented Jun 21, 2022

Is there a way in the library to get the EXIF data from the image captured? I need the date & time the image was taken and additionally name of the image.
The only thing I am getting from Exif is below:

"{Exif}" = { PixelXDimension = 1000; PixelYDimension = 1000; };

Full data:

{ ColorModel = RGB; Depth = 8; Orientation = 6; PixelHeight = 1000; PixelWidth = 1000; ProfileName = "Display P3"; "{Exif}" = { PixelXDimension = 1000; PixelYDimension = 1000; }; "{JFIF}" = { DensityUnit = 0; JFIFVersion = ( 1, 0, 1 ); XDensity = 72; YDensity = 72; }; "{TIFF}" = { Orientation = 6; }; }

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

No branches or pull requests

1 participant