mirror of
https://github.com/zxing/zxing.git
synced 2024-11-11 13:34:08 -08:00
fd327c94c4
git-svn-id: https://zxing.googlecode.com/svn/trunk@761 59b500cc-1b3d-0410-9834-0bbf25fbcc57
21 lines
925 B
HTML
21 lines
925 B
HTML
<html>
|
|
<title>How To Scan</title>
|
|
<body>
|
|
<link rel="StyleSheet" href="style.css" type="text/css">
|
|
<h3><center>How To Scan</center></h3>
|
|
<p>Scanning a barcode is fast and easy. <b>Barcode Scanner</b> continuously scans the viewfinder
|
|
rectangle, so there's no need to press the shutter button. Just move the phone until the barcode
|
|
is completely inside:</p>
|
|
<center><p>
|
|
<img src="../images/demo-yes.png"> <img src="../images/demo-no.png">
|
|
</p></center>
|
|
<p>If you're having trouble, make sure to hold the phone steady. If the camera is unable to focus,
|
|
try moving further back from the barcode.</p>
|
|
<p>When a barcode is found, the phone will beep and take you to the results screen, which describes
|
|
what you found, and offers a choice of actions. Learn more:</p>
|
|
<ul>
|
|
<li><a href="about1d.html">About 1D Barcodes</a></li>
|
|
<li><a href="about2d.html">About 2D Barcodes</a></li>
|
|
</ul>
|
|
</body>
|
|
</html> |