Reputation: 406
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.
Upvotes: 3
Views: 6475
Reputation: 2711
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
Upvotes: 1