up vote 61 down vote favorite
70
share [g+] share [fb]

Is there a framework or other sample code for doing barcode recognition on iPhone / iPad?

link|improve this question

4  
Sadly, the iPhone camera is currently terrible for reading barcodes as it's lens is fixed focus to ∞. Best of luck though! – Alastair Stuart May 8 '09 at 12:28
Sorry but have to add another answer to bring in to notice The link provided by @Galwagien is now changed and the new link is as under. And since it proved out to be a helpful answer I have to work to find out the new link. And finally I suceeded. The new Link is as under: You could take a look at Stefan Hafeneger's iPhone DataMatrix Reader Source Code if it's still available. hAPPY iCODING... – crazyCoder Jan 17 '11 at 7:14
feedback

protected by SLaks Mar 14 '11 at 17:03

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

12 Answers

up vote 46 down vote accepted

Yes, we produced the 'Barcodes' application for the iPhone. It can decode QR Codes. The source code is vailable from the zxing project; specifically, you want to take a look at the iPhone client and the partial C++ port of the core library. The port is a little old, from circa the 0.9 release of the Java code, but should still work reasonably well.

If you need to scan other formats, like 1D formats, you could continue the port of the Java code within this project to C++.

link|improve this answer
Sean what kind of licence does it use. I want to create a payed app that uses Zbar. Is that possible under the licence agreement ? – Radu Apr 21 '11 at 13:36
Yes, it's Apache licensed. code.google.com/p/zxing/wiki/LicenseQuestions – Sean Owen Apr 22 '11 at 12:07
Just to be clear, at this point in time, ZXing on the iPhone only supports QR Codes? – RefuX Apr 26 '11 at 15:01
I believe more has been ported to C++, but the port is still a rough and outdated echo of the Java code unfortunately. So, yes more is supported though perhaps not well. – Sean Owen May 17 '11 at 11:20
Hooray for sensible licensing! – aroth Aug 11 '11 at 1:10
show 1 more comment
feedback

Check out ZBar reads QR Code and ECN/ISBN codes and is available as under the Apache license.

link|improve this answer
1  
Partially correct. The ZBar.app is licensed under the Apache License (Version 2.0), however the library is licensed under the LGPL v2. – Sean May 26 '11 at 0:17
Why isn't that higher voted as the ZXing answer? – Tim Büthe Nov 21 '11 at 22:56
feedback

The iPhone 4 camera is more than capabale of doing barcodes. The zebra crossing barcode library has a fork on github zxing-iphone. It's open-source.

link|improve this answer
1  
Your post seems to imply that this port of ZXing can scan more than just QRCodes? Is that the case? – RefuX Apr 26 '11 at 16:01
1  
The github fork seems to be dead, as indicated by this issue: github.com/joelind/zxing-iphone/issues/3 – Josh Brown Jun 6 '11 at 14:52
feedback

Not sure if this will help but here is a link to an open source QR Code library. As you can see a couple of people have already used this to create apps for the iphone.

Wikipedia has an article explaining what QR Codes are. In my opinion QR Codes are much more fit for purpose than the standard barcode where the iphone is concerned as it was designed for this type of implementation.

link|improve this answer
feedback

The problem with iPhone camera is that the first models (of which there are tons in use) have a fixed-focus camera that cannot take picture in-focus for distances under 2ft. The images are blurry and distorted and if taken from greater distance there is not enough detail/information from the barcode.

A few companies have developed iPhone apps that can accomodate for that by using advanced de-blurring technologies. Those applications you can find on Apple app store: pic2shop, RedLaser and ShopSavvy. All of the companies have announced that they have also SDKs available - some for free or very preferential terms, check that one out.

link|improve this answer
I've tried to use ShopSavvy with a 3G iphone. It's amusing, but crashes very frequently, and has a very, very hard time reading very clear, flat barcodes. – James Moore Jan 3 '10 at 22:07
1  
And I just tried pic2shop. Quote from my fiancee: "this is supposed to make our lives easier HOW?" It's a cute app, but it's not actually able to read a barcode as far as I can tell. – James Moore Jan 3 '10 at 22:11
Which format did you try to read? I tried to use pic2shop to scan EAN and it works very well. The license fee is expensive though, even more than RedLaser. – iamj4de Feb 24 '10 at 19:15
feedback

You could take a look at Stefan Hafeneger's iPhone DataMatrix Reader Source Code (Google Code project; archived blog post) if it's still available.

link|improve this answer
How is your experience with this app? For me it takes 10s or more to decode a simple datamatrix barcode! – iamj4de Feb 24 '10 at 19:32
1  
Link is changed to stefan.hafeneger.name/blog/2009/09/08/… – crazyCoder Jan 17 '11 at 7:09
1  
Direct link (I don't think Google will disappear this for awhile) code.google.com/p/barcodeapp – Will Jan 17 '11 at 13:59
feedback

liteqr is a "Lite QR Reader in Objective C ported from zxing" on github and has support for Xcode 4.

link|improve this answer
feedback

HOWTO: Add a barcode reader to an iPhone app, that points to ZBar iPhone SDK, looks helpful (from another thread).

link|improve this answer
Just what the doctor ordered, thanks. – BP. Aug 9 '11 at 18:40
feedback

There's another option for this now if you are open to licensing an SDK. Check out the RedLaser SDK that works for UPCA/EAN13 with or without autofocus. Recently updated.

I'm a founder of the computer vision startup that built this new scanner, just FYI.

link|improve this answer
Thanks, looks very promising. How are your experiences with the 3G camera? I had many troubles with the missing autofocus. This should be better now with the 3G S. – Stefan Jul 17 '09 at 19:01
Red Laser is expensive though. They ask 10% of your sales of which an upfront fee of $2500. – Maxm007 Jan 27 '11 at 23:45
feedback

Not for reading or decoding but for creating barcodes on the phone: A free (as in beer) library for iPhone OS can be found here:

http://www.softmatic.com/iphone.php

All common code types are supported (1D and 2D). Disclaimer: We are the developers.

link|improve this answer
no longer available...? – BlueEel Aug 18 '11 at 5:14
feedback

Big in Japan (disclaimer:me) has recently made their SDK available. And it's free! Check out http://www.freebarcodescanner.com

link|improve this answer
Hi schmlyan, the Big in Japan says it can read Datamatrix barcode but i could not be successfull in reading one, does it really support datamatrix, have you tried, it only reads QR Codes, any other library you know which reads datamatrix – RVN Oct 31 '10 at 14:55
2  
Also, if you read their license agreement it seems they want a $5k fee on making the app public. Not quite so free afterall... – ndtreviv Dec 20 '10 at 12:34
The location of the SDK information is now: shopsavvy.mobi/sdk – RefuX Apr 26 '11 at 14:35
feedback

Sometimes it can be useful also to generate QR codes. There is a superb C library for this which works like a charm. It is called libqrencode. Writing a custom view for displaying the QR code then is not that difficult and can be done with a basic understanding of QuartzCore.

link|improve this answer
do you know of any tutorial on how to include this into an iOS xCode project? – binnyb Jul 26 '11 at 19:52
Well I used it myself, so I know how it works. – GorillaPatch Aug 2 '11 at 19:46
would you mind sharing how you generated the view using quartcore? would be a big timesaver :P – Thomas Sep 1 '11 at 11:36
For building the lib, see github.com/digdog/qrencode – Thomas Oct 22 '11 at 1:38
That is right. However, make sure you are compliant with the software licence, the library is published with. – GorillaPatch Oct 22 '11 at 15:22
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.