三星的Camera2纵横比

时间:2016-02-29 21:13:14

标签: android android-camera2

我在S5上使用Camera2 API,在720x480上显示基于TextureView的预览。使用Camera1,预览看起来很好,但是Camera2失真了:

enter image description here

我正确地呼叫SurfaceTexture.setDefaultBufferSize等等。这似乎在非三星手机上运行良好。

奇怪的是,如果我修改Camera2Basic以使用前置摄像头和720x480,它会有相同的失真:

enter image description here

知道这个问题可能背后的原因吗?似乎是reminiscent of another Samsung aspect ratio problem I've seen,但我不确定如何将这种解决方法转换为Camera2。

0 个答案:

没有答案