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.
Asked
Active
Viewed 7,142 times
6
-
What have you tried so far? – Jake Lee Nov 26 '18 at 16:09
-
I have started with sample provided. and got my desired result. https://github.com/firebase/quickstart-android/tree/master/mlkit https://firebase.google.com/docs/ml-kit/android/read-barcodes – Sultan Nov 26 '18 at 16:15
-
So the question can be closed..? – Jake Lee Nov 26 '18 at 16:16
-
yes i think so. – Sultan Nov 26 '18 at 16:28
-
If you need a hand doing that: https://meta.stackexchange.com/a/96283/391940 – Jake Lee Nov 26 '18 at 16:30
4 Answers
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.

Hoi
- 599
- 2
- 7
-1
Follow this codelab it have everything you want

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