Hello! I'm working on an app, that uses the default camera application, to take a photo or record a video and make an upload. In landscape orientation things work great, but for portrait both the video and the photo are rotated. For the photo I used ExifInterface to read the tag and rotate if necessary. But for the video I can't find any solutions. My question is: Is there a solution for rotating, either the video view, or the actual video, that doesn't imply building my own camera app, and using the default one? The device that I used for testing was a Sony Ericsson XPERIA x10i, Android version 2.3.3. I've searched the net and couldn't find any viable solution, instead I found that a lot of apps experience the same problem on several devices.
-- 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

