Android Action_image_capture Auto Focus On Take Picture
We were using Camera API for our custom camera application. However, it turned out to be a very hard problem. Many devices required extra testing as they seemed to perform unexpect
Solution 1:
Is it possible to launch the camera intent with the option which auto focusses just before taking the picture?
No. The decision of whether or not to use auto-focus, or a flash, or any other camera feature, is between the user and the developers of the camera app. You do not get a vote.
Post a Comment for "Android Action_image_capture Auto Focus On Take Picture"