vote up 3 vote down star
5

Is there already a barcode framework for the iphone?

flag

67% accept rate
2  
Sadly, the iPhone camera is currently terrible for reading barcodes as it's lens is fixed focus to ∞. Best of luck though! – coob May 8 at 12:28

6 Answers

vote up 3 vote down check

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|flag
vote up 3 vote down

You could take a look at Stefan Hafeneger's iPhone DataMatrix Reader Source Code if it's still available.

link|flag
vote up 2 vote down

I believe zxing has an iphone version.

link|flag
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
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 at 19:01
vote up 1 vote down

To read UPC-A and EAN-13 on all iPhone models (including the original and 3G without autofocus), there is the commercial library VSBarcodeReader developed by Vision Smarts. The same library powers the free comparison shopping app pic2shop.

link|flag

Your Answer

Get an OpenID
or

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