Android ACTION_IMAGE_CAPTURE auto focus on take picture -


we using camera api our custom camera application. however, turned out hard problem. many devices required testing seemed perform unexpected behaviors. so, have decided migrate android's camera intent.

however, dealing image retrieval tasks so, don't want our users send blurry pictures. previously, using autofocus user taps on take picture button. android camera intent performs worse ours because not try autofocus before taking picture. android's camera have such option don't want leave decision our users because, not select option.

is possible launch camera intent option auto focusses before taking picture? thank you!

is possible launch camera intent option auto focusses before taking picture?

no. decision of whether or not use auto-focus, or flash, or other camera feature, between user , developers of camera app. not vote.


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -