iOS 下一维码与二维码识别相关资料
一维码:barcode
二维码:two-dimensional barcode
在 iOS 下主要有两个开源库可以用来处理条码:
1、Zxing:http://code.google.com/p/zxing
2、ZBar:http://zbar.sourceforge.net/
两个库都有相应的 demo 程序。其中,zxing 对 Android 支持更好。
相应的缺点:
1、With ZBar I had problems with large QRCodes。
2、ZXing works fine on iPhone 4 and 3GS, but Zbar works worse on 3GS, some times it just can't capture the code。
上面只是参考,目前我还没有在项目中引入上述的任何库。