[android-developers] 2.2 Camera Orientation Problem

2010-07-15 Thread Vincent
Hi, In my camera application, I use the following code to change the screen orientation. Parameters params = mCamera.getParameters(); params.set(orientation, portrait); It worked for the most of devices. However, after updating my NexusOne to 2.2, the above code does not work!! Is there any

Re: [android-developers] 2.2 Camera Orientation Problem

2010-07-15 Thread TreKing
On Thu, Jul 15, 2010 at 7:00 AM, Vincent y.ikeda.asa...@gmail.com wrote: It worked for the most of devices. It worked for most? And that was good enough for you? However, after updating my NexusOne to 2.2, the above code does not work!! What does does not work!! mean? Is there any