You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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; }; }
The text was updated successfully, but these errors were encountered: