Skip to content

Unable to read exif data #35

@MangukiyaJanvi

Description

@MangukiyaJanvi

when i pick image to recent images i'm able to get location data but whene i pick same image from media folder i'm not able to get image cordinates

here is my code

var exif = await Exif.fromPath(path);
var coordinates = await exif.getLatLong();
print("printExifOf2 ==>>> $coordinates coordinates");

when i pick image through media i get log like

printExifOf2 ==>>> null coordinates

and when i pick image from recent i get this log like

printExifOf2 ==>>> ExifLatLong(lat: 53.56641439436097, long: 86.66015674999208) coordinates

Device being used is an Android Emulator or real android device. What am I doing wrong here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions