407ebc83eba455c94572be0beab3d46a7a718eb7
[zxing.git] / android / assets / html / scanning.html
1 <html>
2 <head>
3 <title>How to scan</title>
4 <link rel="stylesheet" href="style.css" type="text/css"/>
5 </head>
6 <body>
7 <p>Barcode Scanner continuously scans a square region shown on your screen &mdash; just line up the
8   phone so the barcode is completely inside the viewfinder rectangle:</p>
9 <p style="text-align:center">
10   <img src="../images/demo-yes.png" alt="Yes"/>&nbsp;&nbsp;&nbsp;<img src="../images/demo-no.png" alt="No"/>
11 </p>
12 <p><b>IMPORTANT:</b> 1D barcodes like those found on products require a phone with autofocus.
13   Without it, only QR Codes and DataMatrix codes will be scannable.</p>
14 <p>When a barcode is read, a beep sound will play and you'll see the results of the scan, a
15   description of what the barcode contains, and options to take action on the contents.</p>
16 <p>If you're having trouble scanning, make sure to hold the phone steady. If the camera is unable to
17   focus, try moving the phone further or closer from the barcode.</p>
18 <ul class="touchable">
19   <li><a href="about1d.html">About 1D barcodes</a></li>
20   <li><a href="about2d.html">About 2D barcodes</a></li>
21 </ul>
22 </body>
23 </html>