Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 570
Sultan Avatar asked Nov 25 '18 13:11

Sultan


2 Answers

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

like image 138
Sultan Avatar answered Oct 18 '22 11:10

Sultan


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

like image 31
Hoi Avatar answered Oct 18 '22 09:10

Hoi