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

Viewed 1989

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?

2 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

Related