bigflood / dartexif

Dart package to decode Exif data from tiff, jpeg and heic files
https://pub.dev/packages/exif
MIT License
30 stars 29 forks source link

Can not get orientation exif infomation of image captured with camera plugin #8

Closed ltvu93 closed 5 years ago

ltvu93 commented 5 years ago

When I use your example in https://github.com/bigflood/exifviewer, I cannot get orientation info of the captured image with camera plugin, but the picked image have this info. This is a bug in your library or camera plugin do not write orientation info to the captured image?

Screenshot_20190620-110930 Screenshot_20190620-110953

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel master, v1.7.5-pre.21, on Microsoft Windows [Version 10.0.17763.557], locale en-US)

[√] Android toolchain - develop for Android devices (Android SDK version 29.0.0)
[X] Visual Studio - develop for Windows
    X Visual Studio not installed; this is necessary for Windows development.
      Download at https://visualstudio.microsoft.com/downloads/.
[√] Android Studio (version 3.4)
[√] VS Code (version 1.33.1)
[!] Connected device
    ! No devices available

! Doctor found issues in 2 categories.
bigflood commented 5 years ago

Duplicate of #6