Tagged Questions

30
votes
13answers
34k views

QR code (2D barcode) coding and decoding algorithms?

Looking for free/opensource code or description of algorithms to code (simple) and decode (hard) the 2D barcode QR code. It doesn't seem like a trivial problem, but it's so popular in Japan that ...
1
vote
2answers
279 views

iOS - How to decode image with zxing

I need to decode an QR image using the zxing library for iOS. I'm new to iOS programming, and have been looking through the code examples included in the project, but I can't figure out how to just ...
1
vote
2answers
362 views

Error correction in reading QR codes

I am working with a client to promote their site via QR Codes. They would like to put a QR code on floor decal in a grocery store. I am concerned about how well this will perform as the floor ...
1
vote
2answers
1k views

Decoding qr code from image stored on the phone with Zxing (on Android phone)

I have an app that receives qr code from the server. I want to decode it (not with intent and camera) and display the text it contains in my app. I have alredy done this in Java SE with jars from ...