简体   繁体   English

增强的iOS条码扫描库?

[英]Enhanced iOS barcode scanner library?

We're creating an iOS app that basically scans badges at events and collects contact info. 我们正在创建一个iOS应用程序,它基本上可以扫描事件中的徽章并收集联系信息。 We're looking for an iOS library that can read not only the number of the barcode, but also any additional information that's included (contact info). 我们正在寻找一个iOS库,它不仅可以读取条形码的数量,还可以读取包含的任何其他信息(联系信息)。 Does anyone have any library suggestions or will this have to be a custom library? 有没有人有任何图书馆建议或者这必须是一个自定义库? Thanks in advance! 提前致谢!

Updated: 更新:

Use AVCaptureMetaDataOutput in AVFoundation which works with minimum deployment target iOS 7. 在AVFoundation中使用AVCaptureMetaDataOutput,它与最低部署目标iOS 7一起使用。

Previous Answer: 上一个答案:

Have been using ZBar SDK in most of our projects. 在我们的大多数项目中都使用过ZBar SDK Picks up barcode and scans very fast, easy to customize focus area from SDK. 从SDK中快速获取条形码和扫描,轻松自定义焦点区域。 Tested on iPhone 3GS, iPhone4/4S, iPhone 5 and iPad 在iPhone 3GS,iPhone4 / 4S,iPhone 5和iPad上测试过

https://codeload.github.com/cgreening/BarCodeExample/zip/master https://codeload.github.com/cgreening/BarCodeExample/zip/master

iOS7 has built in functionality scanning BarCodes not sepearate sdk is required; iOS7内置功能扫描BarCodes不需要单独的sdk; if your deployment target is iOS7 如果您的部署目标是iOS7

Is your barcode format up to you, or do you have a predetermined symbology you have to work with? 您的条形码格式是否适合您,或者您是否有必须使用的预定符号系统?

There is this: http://shopsavvy.mobi/sdk/ . 有这个: http//shopsavvy.mobi/sdk/ Don't know why that wouldn't work for you, unless you object to the licensing terms. 不知道为什么这对你不起作用,除非你反对许可条款。

使用ZBAR是最好的,我们在我们的应用程序www.infomq.com中使用它,它非常稳定并可靠地扫描。

Checkout ZXing ("Zebra Crossing") at http://code.google.com/p/zxing/ http://code.google.com/p/zxing/上查看ZXing(“Zebra Crossing”)

Reads almost every kind of barcodes and we used it with great success previously. 阅读几乎所有类型的条形码,我们以前使用它取得了巨大的成功。

Basically you want to use PDF417 which is a stacked linear barcode symbol. 基本上你想使用PDF417 ,这是一个堆叠的线性条形码符号。 Check out the pdf417 decode on Sourceforge. 查看Sourceforge上的pdf417解码

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM