1

I'm using Camera2 but the preview is stretching. Please help me.I have uploaded images please check. I'm new to android.

From Camera Image From Camera Code I'm using

user1624508
  • 49
  • 1
  • 4

1 Answers1

1

Please take a look at the official sample apps from Google, such as Camera2Basic, or the new CameraView library. They handle aspect ratio issues such as what you're seeing.

Eddy Talvala
  • 17,243
  • 2
  • 42
  • 47
  • Yes, CameraView is working well. I have been testing CameraView on Android 4.4, Android 5.1 and Android 7.0. – Alexander Lubyagin Nov 16 '17 at 18:33
  • Actually, the aspect ratio [bug](https://github.com/googlesamples/android-Camera2Basic/issues/69) in Camera2Basic [was fixed](https://github.com/googlesamples/android-Camera2Basic/pull/83) after this answer was posted. – Alex Cohn Dec 06 '17 at 15:23