android SDK文档中有两种方法:
public float getFocalLength ()
Since: API Level 8
public void getFocusDistances (float[] output)
Since: API Level 9
如何区别?
为什么第二种方法输出数组?
答案 0 :(得分:1)
这两个API意味着不同的东西。 getFocalLength API告诉您镜头与焦点之间的距离。 getFocusDistances API会告诉您当拍摄对象的距离在该范围内时拍摄对象的距离范围。