0
我STUDING這個谷歌項目使用的Camera2一個例子:https://github.com/googlesamples/android-Camera2Basic安卓:減少TextureView的高度攝像頭預覽
這個例子完美的作品。現在我想讓區域預覽比本示例更小;所以我改變了這樣的比例:
mTextureView.setAspectRatio(getScreenWidth(), getScreenHeight() - bottom_area_height);
你有一個想法傢伙?
非常感謝!
你能從你提到的示例調試740行的等價物嗎? https://github.com/googlesamples/android-Camera2Basic/blob/master/Application/src/main/java/com/example/android/camera2basic/Camera2BasicFragment.java –