Xoom Camera White Balance and front facing camera Issue
I'm using the adobe Camera class the camera on xoom. However i'm running into two issues that i've listed below. Thanks in advance.
1. I want to be able to use the front facing camera but the only the back camera is accessible. I tried to set the android manifest in my app xml to but it doesn't seem to work.
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera"/>
<uses-feature android:name="android.hardware.camera.front"/>
2. When i pipe the video image from the camera to a Video control the image white balance is all out of whack. everything looks washed out in office lighting and anthing that white. Is there a camera setting to adjust this?
