javaandroidzxingaztec-barcode

Scan big Aztec-Codes in Android App


I'm trying to scan big aztec codes within my android application. The first choice here of course is Zxing, because it's free and easy to integrate.

The problem is, that Zxing fails during scanning bigger aztec codes. Symbologies greater than 71x71 modules fail nearly everytime. There are several issues on github, but nobody ever solved this problem reliable and I dont have the knowledge for doing this.

My question is, whether someone here knows a simple, lib or app to integrate with intents which scans bigger aztec codes (such on UIC railway tickets for e.g.) reliable? And yes, it should be free or should at least have a cheaper option, because this is only for experimenting and trying some things - I could imagine to pay maybe $ 200-300, but not > $ 2,000 only for a developer license, which exceeds within one year!

That means NeoReader - as well as it's working with aztec codes - is out of scope for me, as well as the Leadtools SDK.

Does anybody know solution for this problem or do you think it's impossible to do?

Greetings


Solution

  • Take a look at the Google's mobile vision API

    The library mentioned below, uses the google's mobile vision API and does the boilerplate code for you.
    Androidhive barcode-reader