I'm developing an iphone and android app that uses very simple barcode scanning. We've narrowed our barcode type to 2D, particular either QR or DataMatrix.
I've written two quick and dirty apps using Scandit and Zxing (using mostly their sample code) to test and compare, and I've found Scandit to be so much faster in acquisition and decoding, but more importantly, far more accurate.
Disclaimer: For my tests, I was using online barcode generators and printing them on my laser printer -- not sure if that matters.
Question: Does this sound typical? I'd like to use Zxing given it's opensource support, but I'm concerned about it's reliability. Any insight into this, particularly the trustworthness of Zxing for QR and/or DataMatrix would be very appreciated!