Image saved with wrong orientation
问题 I am using this code: https://github.com/commonsguy/cw-advandroid/blob/master/Camera/Picture/src/com/commonsware/android/picture/PictureDemo.java where in Manifest , Activity Orientation is set to Landscape . So, its like allowing user to take picture only in Landscape mode, and if the picture is taking by holding the device in portrait mode, the image saved is like this: a 90 degree rotated image. After searching for a solution, I found this: Android - Camera preview is sideways where the