Hey guys, I know this may be a double post but I am having a hard time finding a concrete solution to this issue. I have recently started playind around with making a simple Camera in a surfaceview and have ran into a few snags.
Originally it was setting the camera as a landscape view by default (even though I locked the file itself in portrait) - I fixed this by rotating the display orientation by 90: camera.setDisplayOrientation(90); After all of this I noticed that the images themselves are still being treated as landscape saves. Is there an easy wa around this? I have tried searching through here and stack overflow but havent been able to find any perfect resolution. I am still very new with using the Camera as well as playing around with Bitmaps Any help is greatly appreciated! Thanks, Brad. (if you need any source code I can post what I have but its in rough shape at the moment due to testing). -- 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

