小编zul*_*qar的帖子

Android Camera连续对焦

我需要在android上实现一个使用相机的应用程序,它需要持续关注对象.每当用户更改相机位置时,它应自动对焦于该位置(非常像Google Goggles).

现在我使用以下代码:

    camera.requestautofocus(autofocuscallbak);
Run Code Online (Sandbox Code Playgroud)

这很好用,但不是连续的......

camera android image autofocus

3
推荐指数
1
解决办法
4858
查看次数

标签 统计

android ×1

autofocus ×1

camera ×1

image ×1