proversion
proversion

Reputation: 593

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?

Upvotes: 6

Views: 5094

Answers (1)

chunhunghan
chunhunghan

Reputation: 54365

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

Upvotes: 1

Related Questions