I am working on an Android app that uses the phone\'s camera. When the picture is taken in a \"standard orientation\" (bottom of phone at the bottom or bottom of the phone t
You will need to set the rotation on the camera device in order to get the correctly rotated image. Try using -
public void setRotation (int rotation)
Check the sample code provided here