How are barcodes so fantastically easy to scan even when the surface is bend, warped or when scanned from an impossible angle?

658 views

How are barcodes so fantastically easy to scan even when the surface is bend, warped or when scanned from an impossible angle?

In: Technology

3 Answers

Anonymous 0 Comments

[Here’s a nice video about barcodes](https://www.youtube.com/watch?v=XPuTZMp-HE8)

Important bits:

There are 9 bars that are always the same: the first 3, the middle 3, and the last 3. These bars can probably be used to help the computer correct for distortion.

Barcodes are asymmetric. The code for any number on the left side will always have an even number of white bars, while the the code for any number on the right will always have an odd number of white bars. So the computer can figure out of the barcode is upside down or not.

The last digit is always a check digit. The computer plugs in all the other numbers into a formula, and if the answer matches the last digit, then it knows it read the barcode correctly. Computers are suuuper fast, so it can reread the code many times really quickly. Even if it feels like it scanned immediately, it still might’ve taken a few tries.

You are viewing 1 out of 3 answers, click here to view all answers.