Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use flutter firebase_ml_vision plugin for live reading of characters or barcodes

Tags:

flutter

Is firebase_ml_vision plugin supports live reading of characters or barcodes from the camera?

If no, how can I achieve this functionality?

Is it possible to use get output frames from the camera and use them with the plugin?

like image 852
krishnakumarcn Avatar asked Jan 17 '19 04:01

krishnakumarcn


1 Answers

I think you can use Maurice’s MLkit demo. Both the firebase_ml_vision and camera plugins are provided in Maurice’s MLkit. repository link

Check out this tweet, He builded the same thing that you want using the same repo only. tweet link

like image 93
Raja Jain Avatar answered Oct 14 '22 13:10

Raja Jain