Photo rotate 90 degree while capture in some phones

后端 未结 3 1232
情深已故
情深已故 2020-12-06 14:09

Photo is rotating 90 degree while capturing from camera in samsung mobile rest of other mobiles its working fine. Please help me for this.

Intent cameraInten         


        
3条回答
  •  伪装坚强ぢ
    2020-12-06 15:06

    What I am doing : first check the orientation of image taken by camera using its meta data information , and If we found this in portrait then we have to rotate the image by 90 and display otherwise only display.

    For getting the Information about orientation of image we can use ExifInterface. That's It!

提交回复
热议问题