Enhanced iOS barcode scanner library?

徘徊边缘 提交于 2019-11-30 00:10:00

Updated:

Use AVCaptureMetaDataOutput in AVFoundation which works with minimum deployment target iOS 7.

Previous Answer:

Have been using ZBar SDK in most of our projects. Picks up barcode and scans very fast, easy to customize focus area from SDK. Tested on iPhone 3GS, iPhone4/4S, iPhone 5 and iPad

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

iOS7 has built in functionality scanning BarCodes not sepearate sdk is required; if your deployment target is 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/. Don't know why that wouldn't work for you, unless you object to the licensing terms.

Checkout ZXing ("Zebra Crossing") at http://code.google.com/p/zxing/

Reads almost every kind of barcodes and we used it with great success previously.

Use ZBAR its the best, we used it in our app www.infomq.com and its is really stable and scans reliably.

Basically you want to use PDF417 which is a stacked linear barcode symbol. Check out the pdf417 decode on Sourceforge.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!