I want to create QR code reader based application.
Using which library, I can create my application ?
Note: I searched in google. Always I am getting zxing. I downloaded the zxing project. But the problem is; I run the application. But it is reading only the Barcodes. There is no option to read QR code.
Please tell me how to do this...
Thanks in Advance.
AVCaptureMetaDataOutput
- Starting from iOS 7Scan UPCs, QR codes, and barcodes of all varieties with AVCaptureMetaDataOutput, new to iOS 7. All you need to do is set it up as the output of an
AVCaptureSession
, and implement thecaptureOutput:didOutputMetadataObjects:fromConnection:
method accordingly:AVFoundation
supports every code you've heard of (and probably a few that you haven't):Try ZXingObjC working great and easy to integrate.
As well, you can define the size of the scanner window inside your view.
ZBarSDK is another option. A very capable library.
UPDATE January 2014
Beginning in iOS7,
AVCaptureDevice
now includes the ability to read barcodes (of all kinds) and return a human readable value. If you're targeting iOS7+, this is the way to go. ZBarSDK is still great for pre-iOS7 support, of course.for your reference you can use webqr.com and it's library you can use for decode the QR code and encoding also . But for different browser like safari, Chrome, IE, Firefox, you can add the plugin for This. Hope so it will help full for you.