tacsotai / flutter_mediapipe

BSD 3-Clause "New" or "Revised" License
23 stars 8 forks source link

Start Camera after permission granted. #6

Closed tacsotai closed 3 years ago

tacsotai commented 3 years ago

The camera is not started with permission granted at first after app installed. Once granted, there is a case the app remember user select. In this case, the camera start when the app start.

So, fix it to start at first after app installed.

tacsotai commented 3 years ago

Done at e8313e1.