-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with result orientation #20
Comments
Initialization
requesting
|
that mens the orientation retrieve from CameraInfo is wrong, can you show me the result of RxCameraConfig.toString? |
Nexus 5 Ulefone They are the same... |
It seem that I need some special fix for this machine, I will find a way to fix this, thanks for your report |
This issue is happening because of mirroring mode on some devices. Solution for this can be sorted out with https://gist.github.com/9re/1990019, but it depens on device's camera software populating exif information and should work in most of the cases... |
@f0restgump92 the exif information only help for saved images, and can't fix the camera preview |
if (camera.isOpenCamera()) {
|
I have problem with front camera on some devices.
Sony
Ulefone Power
On meizu and sony all is ok.
On some chineses devices rotationMatrix is wrong.
The text was updated successfully, but these errors were encountered: