Tagged Questions

2
votes
3answers
1k views

QR decoder that works on mac?

Anyone know a QR decoder that works on mac or that might be online? I just need to decode one single image.
0
votes
2answers
91 views

Unicode Encoding and decoding issues in QRCode

I am trying to generate UTF-8 QRCode so that I can encore accents and Unicode characters. To test it, I am using many decoding solution : http://zxing.org/w/decode.jspx - The zxing project also …
-1
votes
1answer
54 views

Iphone QR Barcode Api or Tutorials

Hi, I am new to iphone development on QR bar code .Please tell me any tutorial or api to start from scratch to develop a QR bar code reader. Please help me it is urgent. Thank you very much
0
votes
0answers
47 views

2D barcode scanner for OS X? [closed]

What is the best QR barcode scanner for OS X?
1
vote
3answers
80 views

Accuracy of barcode vs qrcode?

I want to develop a supermarket application for checking and billing. Should I use barcodes or qrcodes? Which will give better accuracy?
1
vote
2answers
843 views

QR codes image generator in java (open source but no GPL)

Hi, I'm seeking an open source QR codes image generator component in java (J2SE), but the open source licence mustn't be a GPL licence (needs to be included in a close source project). BTW, i can't …
0
votes
3answers
495 views

Does anyone know of a C/C++ Unix QR-Code library?

I'm looking for a QR-Code library for C/C++, not Java or .Net please. Anyone knows of one? Note: There was a similar question a while back however but it didn't get answered properly.
1
vote
3answers
474 views

Where can I find a QR (quick response) Code component/API for Windows Mobile?

I am looking for a 3rd party solution to integrate a QR code reader in Windows Mobile Applications (.NET Compact Framework). The component should integrate Reader (camera) and Decoder (algorithm). I …
4
votes
5answers
4k 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 …