首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

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

2012-11-12 
iOS 下一维码与二维码识别相关资料一维码:barcode二维码:two-dimensional barcode在 iOS 下主要有两个开源

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

二维码:two-dimensional barcode

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

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

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

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

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


相应的缺点:

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。

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

热点排行