Exif data TAG_ORIENTATION always 0

后端 未结 3 1804
别那么骄傲
别那么骄傲 2020-12-05 07:03

I need to know the orientation of an image from the gallery (taken by the camera). My initial approach was to use MediaStore.Images.Media.ORIENTATION which was working for m

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 07:45

    This is a bug i found that was related to another android bug.. I found a reasonable solution posted here https://stackoverflow.com/a/8864367/137404

提交回复
热议问题