Reputation: 31
I am trying to manual control focal distance
like this video : http://www.youtube.com/watch?v=Nh_PNXD4Jqk
I already know how to use the basic function of camera.
Does everyone know how to set the focal distance by manual?
Thank you for your time and help :D
Upvotes: 2
Views: 5436
Reputation: 15199
This isn't possible in versions of Android prior to Android 4.4. In Android 4.4 there is a hidden (non-public) API to do it, but using such APIs is not recommended as they are not considered stable. See details here: http://www.slideshare.net/lbk003/an-devcon2013-camera3kaurfinal
Upvotes: 2