QR code is an ISO-standardized two-dimensional barcode format.

learn more… | top users | synonyms

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 ...
16
votes
4answers
23k views

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

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 ...
15
votes
4answers
18k views

Reading barcodes with android

Hi I am developing an application for the android htc hero. I am looking into ways of using the inbuilt camer to read 2D barcodes and extract the string returned from the barcode. I have only recently ...
11
votes
5answers
15k views

QR Code encoding and decoding using zxing

Okay, so I'm going to take the off chance that someone here has used zxing before. I'm developing a Java application, and one of the things it needs to do is encode a byte array of data into a QR Code ...
10
votes
1answer
3k views

PhoneGap and Zxing QrCode - building issues

I currently encounter a problem with installing ZXingWidget for a PhoneGap project. I followed both "PhoneGap Plugins" and ZXingWidget installation guides, but my project building fails. Most of my ...
9
votes
3answers
3k views

How can you read QR Codes in PHP?

Is there a plain PHP implementation for decoding QR codes? I have a faux-smartphone. One of those phones that parades as a smartphone but that I can't download any apps for, and I want to create an ...
9
votes
3answers
3k views

What is the spec for formatting data in QR codes ? I can not find it anywhere

I'm specifically asking if , and what, is the specification for formatting the text inside a QR code - not how to generate a code ( which I can do ). I need to put hCard data into a QR code, however ...
8
votes
3answers
6k views

Encode algorithm QR-code

Who knows how to generate qr-code? And how to decorate like here http://mojiq.kazina.com/?
7
votes
4answers
3k views

Delphi QR Code component / generator?

I am desperately looking for a QR Code component to generate QR Code. So far the only method I have found is through Google API chart but I need an offline method. ...
7
votes
6answers
5k views

QR code generation library in javascript

I'm currently looking for a js library that can encode text in qr codes. The only one I've been able to find so far seems broken, although other people claim to be using it. The sample page doesn't ...
7
votes
6answers
5k views

QR Code generation in ASP.NET MVC

Is there a .NET API that generates QR Codes such as this one? I'd like to display these on pages that I expect my users to print out.
6
votes
4answers
4k views

QR Code library for iphone [closed]

Possible Duplicate: QR code reader for iPhone am developing an application for iphone to read & create QR Code. is there any common library available in open source ?
6
votes
1answer
2k views

Generating a QR code in rails

I want to generate QR codes in ruby on rails, to run in the background of my website written in rails. Saw this http://code.google.com/p/qrcode-rails/ but cannot work out how I could get this to work ...
5
votes
2answers
135 views

Addition and multiplication in a Galois Field

I am attempting to generate QR codes on an extremely limited embedded platform. Everything in the specification seems fairly straightforward except for generating the error correction codewords. I ...
5
votes
2answers
503 views

Encode contact info (MeCard) on Android using ZXing

I need to create QR code from contact info which is in MeCard format. I need to encode the following field: Name (N:) Url (URL:) Note (NOTE:) I can correctly create all 3 fields using ZXing QR ...
5
votes
5answers
1k views

Free c# QR-Code generator

I'm looking for a free to use c# library/code to create barcodes. Secifically I need to be able to create QR-Code type barcodes. I'm looking for free to use (Open Source or just Free, etc.) not pay to ...
5
votes
3answers
2k views

QR code reader for iPhone

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 ...
5
votes
4answers
5k views

What open-source QR Code Generator would you recommend?

I'm looking for a library to generate QR codes in .NET I've stumbled across a few paid ones, but very few free ones that look any good. Anyone have experience with a good free open-source library? ...
5
votes
2answers
1k views

QR Code Generator in Rails

I am looking for help to implement a QR Code generator on my site. The site is built in Ruby on Rails. I have tried to use rqrcode but could not seem to get it to work. I should note that I have only ...
5
votes
1answer
528 views

Is there a library to create Design QR codes with Java?

I would like to create Design QR codes with Java. Design QR codes may contain a logo in form of a graphic. Here's an example for such designed codes. Is there a library that may create such codes? ...
5
votes
5answers
11k views

How to create QR code image with company logo

We are using a lot of QR code around our office. I would like to know if we can generate QR code with a small company logo in the middle. I have seen few examples online. But I want it to generate ...
5
votes
6answers
6k views

JavaScript QR Code Reader - can it be done? Or, Remote Service?

I'm doing a bit of preliminary research on an upcoming project and I have a quick question that I figure I'll throw up here while I look elsewhere, in case anyone has any experience with this. The ...
4
votes
2answers
409 views

What is the best Java QR code generator library? [closed]

I wish to dynamically generate QR codes in Java. What is the best QR code generator library to use. I will consider both commercial and opensource?
4
votes
2answers
717 views

QR Codes Recognition Algorithm

I need to develop an application which detects QR codes with Visual Studio 2010 and OpenCV. I am very new in this topic. Can someone explain in simple words the steps of the decode algorithm and the ...
4
votes
1answer
2k 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 ...
4
votes
3answers
8k 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.
3
votes
2answers
114 views

How to encrypt QR Code with java

How do I encrypt a QR Code with java? Now I can generate and decode QR code with java base but I want to know how to put a password on my qrcode to protect it or encrypt my qrcode with something ...
3
votes
2answers
134 views

How to scan a QR code in live mode in Blackberry OS 5

Google Zxing expects an image. Can someone point me to how to make it work cleanly for live scanning (i.e. user points the device at a QR code and the scan happens; user does not have to take an ...
3
votes
4answers
110 views

Which bar code type is the most robust when used with mobile machine vision and a tool like OpenCV?

I want to use bar codes to help a robot navigate a home. I was looking at QR codes and a few other kinds, but I don't know enough about bar code recognition to know up front the variant that will ...
3
votes
2answers
135 views

QR Code application. Static URL somewhat resistant to spiders?

I am implementing an application to create QR Codes that will be printed in paper media. The app is in Perl and I am successfully generating codes. (using GD::Barcode::QRCode btw. Lead pipe cinch..) ...
3
votes
1answer
120 views

Issue in running QR Code reader sdk

I am doing a project to read QR codes.For that I am using the sample code from 2D barcodes (QR Code, Data Matrix) - iOS4 or above only from the link http://www.quickmark.com.tw/En/basic/SDK.asp But ...
3
votes
2answers
155 views

Objective-C : is it possible to detect QR code data type?

I did qr code with Zxing, Right now I can read data but what I want is : Example: Be able read type of QR Code is wifi, VCard, Calendar, url, etc... if detect QR Code is wifi so I be able code to ...
3
votes
1answer
273 views

ZXing Library running perfectly fine in iOS 4.3, generates errors in iOS 5

I have integrated the Zxing Library for QRCode Reader in one of my iPhone app. It was running fine when I was using iOS 4.3 SDK. But after I have installed iOS 5 SDK and Mac OS Lion on my Mac, it ...
3
votes
1answer
115 views

Library for encoding and decoding QR Codes using Python

Is there any library in python for encoding and decoding qr codes. i have searched some old questions in stackoverflow but some links are dead and some links they have given were not working. suggest ...
3
votes
2answers
434 views

Generating QR codes

I am writing an application which is going to generate qr codes. Most of the programming logic is implemented. The next step in the process would be to generate the qr code image. The most simple ...
3
votes
3answers
246 views

What QR Code generation libraries are the available in .net?

I am looking for a good QR code library for .net, I cannot use the google library because it need to be self contained.
3
votes
2answers
1k views

How to make QR code for BOTH Android Market and App Store

I have an app which has versions for both Android and iPhone. So I have two URL-s for them (Market and AppStore), but I do not want to add two different QR codes to the homepage. Is there a way ...
3
votes
1answer
541 views

Get ZXing Reader to decode a bitmap

I haven't yet been able to decode a QR code with ZXing. I'm using a BUG from buglabs.net but the problem doesn't seem to have anything to do with the hardware, but rather the format of the image. ...
3
votes
2answers
184 views

Compression algorithms for Strings

I have to generate QRCodes using concatenated object properties. These strings might be long, that's why I'd like to know which compression algorithm to use knowing that my String's length is between ...
3
votes
3answers
644 views

Create png image from QRCode for iPhone

I've been using zxing to decode QRCodes. I've also now the got the encoder working and can create the QRCode which contains the encoded data. I'm asking if anyone knows how to convert this QRCOde ...
3
votes
3answers
217 views

self-encoded QR barcode?

I was wondering if it's possible to create a QR in some file format, say png, then encode the png in QR, such that the resulting QR is the same one you started with?
3
votes
3answers
1k views

Why Don't Duplicate QR Codes Look The Same?

My understanding in that a QR Code contains the data that is being read, and it does not require an internet connection to interpret the code. If this is the case, why do I get a different QR Codes ...
3
votes
1answer
310 views

Autofocus when scanning QR code

I'm working on a BlackBerry app which will be used in cafes and restaurants, and one of the features is QR code scanning Is there any way to make the camera autofocus the QR code? Searching, I found ...
3
votes
1answer
738 views

QR code reader for BlackBerry

Is there a BlackBerry library/component (open source or commercial) for integration in my own application that acts as QR code reader? I'd like to fully integrate it in my application. Or ...
3
votes
3answers
832 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?
2
votes
1answer
81 views

ZBar vs. zxing - QR recognition comparison

Can anyone tell which library is better in small QR Codes recognition under low lighting conditions? Platform is iPhone 4/iOS 5 I tried both Barcodes (zxing) and the ZBar apps and it seems that zxing ...
2
votes
3answers
168 views
+100

Facebook page automatic “like” URL (for QR Code)

I was wondering if one could construct a URL for automatically liking a Facebook page. Then this URL could be converted to a QR Code so people can automatically "like" your page by reading it with ...
2
votes
2answers
47 views

How i can generate QR Code using my iPhone/iPad Application?

I have some information like Name,company Name,Company Url,etc using this information i want to generate QR code for that so is there any free api is available for that or is there any way to generate ...
2
votes
1answer
140 views

QR Code scanning android

I am using Zxing Barcode scanner app to scan bar codes using Intent intent = new Intent("com.google.zxing.client.android.SCAN"); intent.putExtra("SCAN_MODE", "QR_CODE_MODE"); ...
2
votes
2answers
117 views

Small file to QR Code

I'm basically trying to use Google's QR Code API to create a QR code from an array of bytes. I've tried passing Google's web backend an array of bytes for the 'chl' variable (data for the QR code), ...

1 2 3 4 5 7