Sultan
Sultan

Reputation: 147

Android Firebase ML-Kit real time Barcode Detection through Camera

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

Answers (4)

Hoi
Hoi

Reputation: 599

Take a look at the ML Kit Showcase App with Material Design. It contains both

  • the code calling the new ML Kit Standalone API (you can use it without getting a Firebase Id), and
  • the Code for putting together a really nice UI.

enter image description here

Upvotes: 1

Agam Jain
Agam Jain

Reputation: 17

Use cameraview library to pass frames in realtime to firebase ml kit

Upvotes: 0

Sultan
Sultan

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

nishant
nishant

Reputation: 2606

Follow this codelab it have everything you want

Barcode on fly

Upvotes: -1

Related Questions