Say I want to take pictures a set focus distances. How can I go about this? I cant find anything about this in the Android documentation.
Asked
Active
Viewed 6,045 times
3
-
2Take a look at [this](http://stackoverflow.com/q/28170491/6950238) questions and answer. – Andrii Omelchenko Jan 02 '17 at 08:15
1 Answers
1
Look at the Camera Parameters referenced from here: Camera.
You can also see some example here: How to set camera focus value manually in Android