我使用的是Moto X,我想关闭AF然后手动设置焦距。
为此,我设置了
CaptureRequest.ControlMode to auto
CaptureRequest.ControlAfMode to off
然后使用
设置焦距builder.set(captureRequest.lensFocusDistance, 1/focusDistance)
我还用作相机模板预览。
使用这些设置,我认为预览应该是焦点而不是自动对焦?
然而预览自动对焦
答案 0 :(得分:1)
目前moto x并不支持完整的camera2 api。它只支持传统的相机api,因此camera2 api将以一种兼容模式运行传统的api。