I want to develop a supermarket application for checking and billing.

Should I use barcodes or qrcodes? Which will give better accuracy?

link|improve this question

45% accept rate
2  
Shouldn't the question be: which of these barcodes is already on the products sold? – innaM Oct 20 '09 at 18:32
feedback

3 Answers

up vote 4 down vote accepted

Both will be accurate, the question is how much data do you need to store. QR has much more capacity than something like 3of9 barcode.

link|improve this answer
QR Code Storage @ Wikipedia: en.wikipedia.org/wiki/QR_Code#Storage – Rubens Farias Oct 20 '09 at 17:51
which will be faster for detection?I know that there are ready made barcode scaner availabe in markets.Are qrcode scanners avaiable in market? – user189352 Oct 20 '09 at 18:27
feedback

The biggest difference here is that a linear barcode (e.g. Code 3 of 9, UPC, EAN, etc.) and a 2-dimensional symbology (e.g. QRCode, DataMatrix, etc.) store data in very different ways. A linear barcode can be read with a simple laser scanner, while most 2-D symbologies require an imager in order to be read. In general, imagers can also read linear barcodes, but are also more expensive than laser scanners.

You will want to consider whether your customers may already have linear scanners only, or whether they would be willing to pay the premium for an imager in order to get the benefit of the extra data that can be encoded in the 2-D symbologies.

link|improve this answer
feedback

Why not support both?

link|improve this answer
On the "ability to read" side, absolutely, since all scanners that I have worked with present the data as a string, no matter the source. On the "ability to write" side, it gets a bit trickier as you have to consider things like how much data needs to be encoded and what will be the reading capabilities of the folks who receive the documents. – Scott W Oct 21 '09 at 15:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.