user2005848
user2005848

Reputation: 406

How do I manually set the camera focus distance on android?

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

Answers (1)

yakobom
yakobom

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

Related Questions