jaydeepw / poly-picker

Android library project for providing multiple image selection from the device.
406 stars 116 forks source link

Tap to focus camera #75

Open wakirin opened 8 years ago

wakirin commented 8 years ago

What's the correct way to implement Tap To Focus for camera?

jaydeepw commented 8 years ago

Clicking on the camera preview should call it. Auto focus is already available with PolyPicker when you take the picture.

wakirin commented 8 years ago

@jaydeepw I saw it, after press button TakePicture it's focused, but how do it on tap ? Look at screenshot from default camera app

Do you see green quad with white circle ? It's focused by tap, what I mean.

s50922-144226

jaydeepw commented 8 years ago

Ahh.. Got it. Not able to do that yet with the library.

wakirin commented 8 years ago

I believe in future you can do it! Thanks for good library.

alexiscanny commented 8 years ago

Is there any library upgrade?