Reputation: 147
I have a situation where i have to detect barcode from camera on fly without taking picture using Firebase ML-Kit Vision API.help appreciated.
Upvotes: 6
Views: 7363
Reputation: 599
Take a look at the ML Kit Showcase App with Material Design. It contains both
Upvotes: 1
Reputation: 17
Use cameraview library to pass frames in realtime to firebase ml kit
Upvotes: 0
Reputation: 147
Its pretty straight forward as opposed to what i thought. below are the official links both to quick-start sample and also the official documentation. Firebase ML-kit sample guide
Upvotes: 3