iOS 下一维码与二维码识别相关资料

87497718 2012-11-10

一维码:barcode

二维码:two-dimensionalbarcode

在iOS下主要有两个开源库可以用来处理条码:

1、Zxing:http://code.google.com/p/zxing

2、ZBar:http://zbar.sourceforge.net/

两个库都有相应的demo程序。其中,zxing对Android支持更好。

ZXing默认并不支持一维码的扫描,而ZBar是支持的。

相应的缺点:

1、WithZBarIhadproblemswithlargeQRCodes。

2、ZXingworksfineoniPhone4and3GS,butZbarworksworseon3GS,sometimesitjustcan'tcapturethecode。

上面只是参考,目前我还没有在项目中引入上述的任何库。

相关推荐