5

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.

keyboardsurfer
  • 14,541
  • 6
  • 59
  • 82
Sultan
  • 117
  • 1
  • 7

4 Answers4

2

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
  • 117
  • 1
  • 7
0

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

Agam Jain
  • 17
  • 4
0

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
  • 464
  • 2
  • 7
-1

Follow this codelab it have everything you want

Barcode on fly

nishant
  • 2,180
  • 1
  • 10
  • 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