6

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.

Ben Weiss
  • 17,182
  • 6
  • 67
  • 87
Sultan
  • 147
  • 1
  • 8

4 Answers4

3

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

Sultan
  • 147
  • 1
  • 8
1

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

Hoi
  • 599
  • 2
  • 7
0

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

Agam Jain
  • 17
  • 4
-1

Follow this codelab it have everything you want

Barcode on fly

nishant
  • 2,526
  • 1
  • 13
  • 19
  • No dear. Its not about google vision. its is about Firebase ML-kit vision.thanks for your kind reply – Sultan Nov 26 '18 at 12:50