I have the same problem described here: Android Front Facing Camera Taking Inverted Photos<http://stackoverflow.com/questions/10283467/android-front-facing-camera-taking-inverted-photos>
What's different in my case is that I'm starting the camera app via intent, not implementing it myself. So probably no way to use CameraInfo or the like. How can I solve this? In order to summarize: When starting camera via intent and take the picture using front camera, the returned bitmap is rotated by 180°. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

