ricnaaru / adv_camera

Advanced Camera for Flutter
BSD 3-Clause "New" or "Revised" License
54 stars 35 forks source link

how to set custom focus point? #42

Closed Eswarrajpurohit closed 3 years ago

Eswarrajpurohit commented 3 years ago

Hey there, As you have mentioned that there is a tap to focus method through which we can get focus but, as i have a use case where i have to use stack and i want focus on some point for a longer duration but when we tap i can get focus for 1 or 2 sec and the the focus is again removed is there any way by which i can customize the way the focus has been test. Please help me out

ricnaaru commented 3 years ago

this is a tough one, especially for android, since both Flutter and Android have different method for pixels, but i'm working on it, let's see

Eswarrajpurohit commented 3 years ago

Its great that you are working on this awesome project can I also help you with this?

On Fri 25 Dec, 2020, 9:51 PM ricnaaru, notifications@github.com wrote:

this is a tough one, especially for android, since both Flutter and Android have different method for pixels, but i'm working on it, let's see

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ricnaaru/adv_camera/issues/42#issuecomment-751268318, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIHQSPVFAGSB6HN7AZI2QALSWS3Y3ANCNFSM4TI6O4QA .

ricnaaru commented 3 years ago

sure if you have any fix or idea, just fork it and submit pull request, i will review it later, thanks!

ricnaaru commented 3 years ago

the manual focus functionality now is available on version 1.3.0. i'll close this thread for now, if there's a problem using that functionality, feel free to reopen this thread.