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 ...
18
votes
4answers
19k 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
16k 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 ...
8
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.
3
votes
4answers
125 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
3answers
860 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
2answers
234 views
When generating barcodes, is there a limit on the number of characters?
I have to develop a system that generates barcodes that will be printed and was wondering if there's a limit to the number of characters of a barcode? I intend to make this using PHP, also would it be ...
2
votes
1answer
591 views
2d Barcode vs 1d barcode - speed, accuracy, size
I wanted to implement barcode for one of my mobile project requirements. The amount of data that is to be stored is very little (<25 alpha-numeric). I want to know if its wiser to implement a 1d ...
2
votes
2answers
552 views
Any QR barcode generator open source for iPhone?
ZXing and Zbar can be QR scanner, so what are the open source project for generator for iPhone ?
2
votes
1answer
1k views
QR code - where can I find (free) code to embed my own generator on a web page?
couldn't find it exactly from earlier questions, but I am probably repeating an earlier question, so apologies upfront ;-)
I am looking for a simple code to embed a QR 2D code generator on a website ...
1
vote
1answer
19 views
Phonegap - barcode scanner plugin - Class not found on real device
For our current project we are required to scan QR-codes via our own application. We've looked into the possibilities and found that ...
1
vote
1answer
108 views
how to know the result type(barcode or qrcode) using zbar sdk?
I'm a new iphone developer, question is I want to know the sym.data 's type. Is it codebar or qrcode?
- (void) readerView: (ZBarReaderView*) view
didReadSymbols: (ZBarSymbolSet*) syms
...
1
vote
4answers
176 views
Generate and Decode QR Codes from PHP
Can anyone recommend a PHP library (if one exist) that will generate and decode QR codes? This seems to do the job: http://code.google.com/p/zxing/ but it is in Java. If I have to use ZXing, how do I ...
1
vote
2answers
84 views
Max Storage Capabilities Of 2D Barcodes
When i am reading the wikipedia article on barcodes i am came to know there is wide collection of 2d and linear bar codes. In one of those i am familiar with the QR Codes. Then i am curious to know ...
1
vote
1answer
1k views
android : How to use zxing based qr code with inbuilt scanner [closed]
Possible Duplicate:
Using ZXing to create an android barcode scanning app
I want to develop something in which the zxing scanner gives me results and i will do the rest of the job.The ...
1
vote
2answers
164 views
Could anyone guide me to develop with qrcode in blackberry?
I am developing my camera application that can decoded the qrcode in real time of camera on.
When I open the camera, I set the timer about every 3 seconds interval to capture picture on the screen ...
1
vote
2answers
245 views
Is there a website to lookup barcodes? [closed]
I know there's a http://www.upcdatabase.com/ website that allows you to lookup barcodes. This website however does not return anything for thousands of normal household items. I have seen free apps on ...
1
vote
2answers
442 views
QR Codes - Camera Orientation/Projection
I am looking for a library or method to decode a QR Code (or potentially another form of 2d barcode) and to be able to actually determine the camera position and orientation. This seems like it should ...
1
vote
1answer
621 views
2d barcode reader Java ME sdk
Does anyone know a good sdk for reading and decoding 2d barcodes (preferably Datamatrix or QR) from within a Java ME application? The application will be closed source, and while I'd prefer that the ...
1
vote
2answers
263 views
0
votes
1answer
118 views
Regenerate QR code in objective c
I am develping an app in iphone which reads barcode using ZBar framework. Is there any framework or sample code to re - generate the bar code or QR code?
0
votes
1answer
182 views
Easily keep track of physical items within apps
I am currently in development of an app that keeps track of physical inventory. I am wondering if there is some way that I could possibly use QR Codes or some kind of barcode to scan an item and then ...
0
votes
1answer
130 views
Layer over zxing scanner
I'm writing an App for Android which uses the ZXing scanner. I'd like to place a layer over this activity to show some customized messages or images while the user is scanning.
Is it possible? If so, ...
-2
votes
1answer
79 views
access barcode scanners output? [closed]
I need to use a wireless barcode scanner to scan a barcode and send the data to the application located on a computer and then the computer processes the data given.
but I don't know how should I ...