google / cameraview

[DEPRECATED] Easily integrate Camera features into your Android app
Apache License 2.0
4.74k stars 1.03k forks source link

aspect ratio or cropping problem? #192

Open sainbayarus opened 7 years ago

sainbayarus commented 7 years ago

saved picture (4:3) is not same as when it looks camera preview. They like cropped or trimmed. How do i take pics like they look in camera preview mode.

ShagunParikh commented 7 years ago

Same issue with 16:9.

javayhu commented 7 years ago

@sainbayarus I looked around the source code, and the aspect ratio of the output picture and the camera preview is the same, but their sizes do not! Actually, the output picture size uses the largest size of that aspect ratio.

sibelius commented 6 years ago

@hujiaweibujidao where in the code you saw this?