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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -