简体   繁体   English

Android相机,对焦滑块

[英]Android camera, focus slider

I wan't to make an android camera app where the focus can be adjusted manually by moving a seekbar or entering a value into a edittext view, rather than relying on focus modes. 我不会制作一个可以通过移动搜索栏或在edittext视图中输入值来手动调整焦点的android相机应用,而不是依赖于焦点模式。 What kind of control can I get with the standard android api and are there any third party api's for camera controls? 我可以使用标准的android API获得哪种控件,相机控件是否有任何第三方api?

The camera API is here http://developer.android.com/reference/android/hardware/Camera.html . 相机API在此处http://developer.android.com/reference/android/hardware/Camera.html That's the only API that exists, unless you have a model of phone that exports additional functionality (and in that case it won't work on any other model of phone). 那是存在的唯一API,除非您的手机型号可以导出其他功能(在这种情况下,它将无法在任何其他型号的手机上使用)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM