Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check the camera is auto focused in flutter?

I am using Camera plugin for my flutter app, how can I check the camera preview is focused or not?

like image 921
proversion Avatar asked Aug 18 '19 11:08

proversion


1 Answers

Auto Focus will be provided in this milestone,
based on Future of the Camera Plugin (Refactor/Rework) https://github.com/flutter/flutter/issues/31225

IOS part has pull request, please reference [camera] Expose auto exposure and auto focus point of interest functionality (iOS only) https://github.com/flutter/plugins/pull/709

like image 107
chunhunghan Avatar answered Nov 19 '22 19:11

chunhunghan