[android-developers] Re: 2.2 Camera Orientation Problem

2010-07-19 Thread Vincent
Dave Sparks Thank you very much for your response. I didn't aware of the new api. It solved my problem. Thanks!! Vincent On Jul 16, 5:56 am, Dave Sparks davidspa...@android.com wrote: See android.hardware.Camera.setDisplayOrientation (int degrees) This is the approved way to set the camera

[android-developers] Re: 2.2 Camera Orientation Problem

2010-07-15 Thread Dave Sparks
See android.hardware.Camera.setDisplayOrientation (int degrees) This is the approved way to set the camera orientation as of V2.2. Please note that this only works for still images, videos will still record in landscape orientation. On Jul 15, 5:00 am, Vincent y.ikeda.asa...@gmail.com wrote: