[android-developers] Re: Distorted Images taken from Camera

2008-12-03 Thread Dave Sparks
It's not easy to debug code we haven't seen. Can you post a snippet? On Dec 3, 1:42 pm, ryan84c <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to develop an Android app that will allow users to take > pictures. I've tried just about every sample out there, but one > problem I keep having is all

[android-developers] Re: Distorted Images taken from Camera

2008-12-04 Thread jarkman
I've seen a problem with the camera preview being distorted when my app is in portrait mode, which I believe to be a G1 bug. If you switch your orientation to landscape in your manifest, does your problem go away ? On Dec 3, 9:42 pm, ryan84c <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to de

[android-developers] Re: Distorted Images taken from Camera

2008-12-04 Thread Mark K
I have my own camera app, works just fine on the G1, post the code maybe? Mark On Dec 3, 1:42 pm, ryan84c <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to develop an Android app that will allow users to take > pictures. I've tried just about every sample out there, but one > probl