android-vision Questions

0

I'm trying to scan some Data Matrix bar codes with my implementation of the Vision Barcode Scanner, but I'm having issues on the encoded ones. I'm using: int codesDetected = Barcode.ALL_FORMATS; ...
Beret asked 4/8, 2016 at 21:39

1

Does anybody know if there is a way to get the raw binary data of a QR code using the android vision API ? The QR codes I am reading have binary data (including NUL characters) in them but are buil...
Randall asked 15/7, 2016 at 14:37

0

I've been experimenting with barcodedetector and associated Vision APIs for a week or so and - unfortunately - the conclusion is that they are unreliable. I've tested them with ~10 devices: Samsung...

3

Solved

I have checkout out the latest Google Vision APIs from here: https://github.com/googlesamples/android-vision And I am running it on a LG G2 device with KitKat. The only change I have made is to t...

2

Solved

I have tried new Google Play Services feature - Barcode/QR scanner. In sample application is scanning started by taping on button and result is returned also on tap. Is there a way to change its b...
Takeover asked 27/10, 2015 at 14:58

1

Solved

It seems I've found myself in the deep weeds of the Google Vision API for barcode scanning. Perhaps my mind is a bit fried after looking at all sorts of alternative libraries (ZBar, ZXing, and even...
Intima asked 18/2, 2016 at 18:31

1

Solved

I'm writing an app using the new Google Play Services Vision libraries to detect barcodes. Everything works fine on most devices I've tested on, but one particular device refuses to install the n...

2

I feel incredibly dumb asking this, but I've downloaded the sample code of the Android Mobile Vision API available here: https://github.com/googlesamples/android-vision. I'm trying to import this ...
Otte asked 19/8, 2015 at 21:15

© 2022 - 2024 — McMap. All rights reserved.