We're creating an iOS app that basically scans badges at events and collects contact info. 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). Does anyone have any library suggestions or will this have to be a custom library? Thanks in advance!
|
feedback
|
|
Take a look at ZBar http://zbar.sourceforge.net/iphone/sdkdoc/ | |||
|
feedback
|
|
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. | |||
|
feedback
|
|
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. | |||||
feedback
|
|
Basically you want to use PDF417 which is a stacked linear barcode symbol. Check out the pdf417 decode on Sourceforge. | |||
|
feedback
|