CameraKit / camerakit-android

Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
https://camerakit.io
MIT License
5.36k stars 878 forks source link

Camera Preview Rotation Issue: Landscape to Reverse Landscape or Reverse Landscape to Landscape #554

Open ErAmrit opened 5 years ago

ErAmrit commented 5 years ago

Camera Preview Rotation Issue: When Rotating from Landscape to Reverse Landscape preview is not correct and it rotated to 180 degree, while when rotating Portrait ->LandScape->Reverse Portrait->Reverse LandScape or vice-versa then Preview is fine. i am using version 1.0.0-beta3.1, also tried 1.0.0-beta3.11, 3.10 and beta4 but these version more venerable while version 1.0.0-beta3.1 is stable to the some extend only i am getting this "Landscape to Reverse Landscape" preview is not correct.

i have added below lines in manifest

android:screenOrientation="fullSensor"

Originally posted by @ErAmrit in https://github.com/CameraKit/camerakit-android/issues/427#issuecomment-503075957

Bajranghudda1 commented 4 years ago

I am also facing same issue, any tentative date for fix?