Tagged Questions

29
votes
13answers
33k 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
224 views

Camera interaction recognising QR codes

I am trying to write an app in Xcode and am stuck on one of the features. I want the camera to automatically launch and recognise a QR code. Once it recognises the correct QR Code it will then go on ...
0
votes
2answers
136 views

Access iPhone camera with two libraries in one App

My iOS app is supposed to perform the following two tasks at the same time: scan for QR tags using the ZBar SDK, scan for augmented reality markers using the QCAR SDK. Or in other words: I'm ...
0
votes
1answer
92 views

QR code to open link that asks to take a picture?

I'm making a quest (for iPads) and would like to use QR codes that users have to scan and then do certain tasks: The user scans the QR code, which links to a text that asks them to take a picture of a ...
-2
votes
0answers
61 views

How to scan live images using camera in Black berry os6 phones? [closed]

Possible Duplicate: How to scan images using camera in Black berry? I have started one project in which I want to implement QR code scanning functionality. Say for example: ZXing in ...