如何用zxing读取标准条形码(EAN)? iOS系统
大家好,请问一个简单的问题,如何使用 zxing 读取非 QR 码?我将 ZXingWidgetController 设置为 1D 模式,并使用 MultiFormatUPCEANReader,但条形码无法扫描。有什么建议吗?
Hi folks just a quick question, how do I read non-QR codes with zxing? I am setting the ZXingWidgetController to 1D mode, and am using a MultiFormatUPCEANReader however the barcodes just won't scan. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
然而,有人做到了:https://github.com/TheLevelUp/ZXingObjC
However, someone did it: https://github.com/TheLevelUp/ZXingObjC
根据他们的网站,只有 QR 被移植到 iPhone 上。
http://code.google.com/p/zxing/
According to their site, only QR was ported to iPhone.
http://code.google.com/p/zxing/
正如Lou所说,zxing仅支持iPhone上的二维码。
更好的选择是使用替代库 ZBar,它支持 EAN/UPC,可在此处获取:
http: //zbar.sourceforge.net/iphone/index.html
As Lou says, zxing only support QR codes on iPhone.
A better bet is to use the alternative library ZBar, which supports EAN/UPC and is available here:
http://zbar.sourceforge.net/iphone/index.html