views:

267

answers:

1

Hi All,

Is there any Open Source project I can use to read data matrix codes (not QR codes, I know I can use ZXing project to read QR Codes) on iPhone? Any JAVA Open Source would also be helpful (I'll convert that into a web service and use on iPhone).

Any help would be much appreciated!

Thanks Saurabh

+1  A: 

ZXing also has a Data Matrix detector / decoder which may be good enough for your purposes. See com.google.zxing.datamatrix in core/.

Sean Owen
+1 and it looks like it has some iPhone sample code, too.
Dave DeLong