Hi,
Android contains since last summer the Google Play Mobile Vision API, which allows native barcode detection.
Documentation: https://developers.google.com/vision/barcodes-overview
Example: https://github.com/googlesamples/android-vision
Has anyone used this API?
Could anyone please make an library to use it from B4A?
I think that could be very helpful for many users!
I know there are already barcode scanner options in B4A.
So far I use the ABZxing library, which is very fast for 1D barcodes, but can only be used in landscape mode and requires the Zxing app.
I also tested Johan Schoeman's barcode scanner library, which can be used in portrait mode and as standalone. However, it was verrrrrry slow for 1D codes in portrait mode and therefore no option for scanning many barcodes.
Moreover, I always prefer to use a native API rather than a third-party solution because it gives me a better feeling about continued support...
Thanks a lot,
John
Android contains since last summer the Google Play Mobile Vision API, which allows native barcode detection.
Documentation: https://developers.google.com/vision/barcodes-overview
Example: https://github.com/googlesamples/android-vision
Has anyone used this API?
Could anyone please make an library to use it from B4A?
I think that could be very helpful for many users!
I know there are already barcode scanner options in B4A.
So far I use the ABZxing library, which is very fast for 1D barcodes, but can only be used in landscape mode and requires the Zxing app.
I also tested Johan Schoeman's barcode scanner library, which can be used in portrait mode and as standalone. However, it was verrrrrry slow for 1D codes in portrait mode and therefore no option for scanning many barcodes.
Moreover, I always prefer to use a native API rather than a third-party solution because it gives me a better feeling about continued support...
Thanks a lot,
John