Aztec Decoder

5 views
Skip to first unread message

Stephen

unread,
Jan 4, 2011, 10:18:24 AM1/4/11
to zxing
I'm working my way through the code and trying to wrap my mind around
it. Mainly, I'm trying to activate the Aztec decoder on the main
android app in order to read that format on a hospital patient ID
bracelet. How 'alpha' is the Aztec support as yet? What classes do I
need to edit do to activate it?

Thanks,
Stephen

zangy

unread,
Jan 6, 2011, 11:41:37 AM1/6/11
to zxing
Aztec decoding works well but has not been tested enough yet in order
to be labelled other than 'alpha'.
This easiest way to activate it is to edit the constructor of the
class com.google.zxing.client.android.DecodeThread and add AZTEC to
decodeFormats just before putting it as an hint:
decodeFormats.add(BarcodeFormat.AZTEC);
Reply all
Reply to author
Forward
0 new messages