1.6 To 2.1 Camerainfo Alternative?
android.Camera.Preferences.setRotation documentation public void onOrientationChanged(int orientation) { if (orientation == ORIENTATION_UNKNOWN) return; android.h
Solution 1:
No the camera orientation is at the current status a real mess on Android platform. Even the orientation you get with the camera info is not always the right one (at least for me) in my app i'm letting the user choose if he wants to rotate the camera with a parameter in the settings of the app
Post a Comment for "1.6 To 2.1 Camerainfo Alternative?"