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.37k stars 879 forks source link

Distorted screen on the CameraView - Version 0.13.5 #507

Closed roip890 closed 5 years ago

roip890 commented 5 years ago

Hi,

I am using in version 0.13.5. I have a distortion screen on the CameraView when I try to take a photo from the front camera. Is there a chance you fixed that problem on 1.0.0-beta version? And if so, can you try to help to fix that problem on version 0.13.5? Video camera is essential for me, and I know that it isn't supported on version 1.0.0-beta.

Thanks, Roi.

nullptr2this commented 5 years ago

I have a fix for this. PR coming shortly.

nullptr2this commented 5 years ago

@roip890 I have a pull request up to fix this issue. Camera preview sizing options are not always set because of an orientation conversion issue. Hopefully this is approved/accepted, but if not you can check out the code here: https://github.com/CameraKit/camerakit-android/pull/521