zxing/android/assets/html-ru/scanning.html
Sergey Yanzin 8eaa8502ad fixed russian translation (#890)
* Fixed error key in doPost()

doPost() works only with badimage

* Update about1d.html

* Update about2d.html

* Update about2d.html

* Update index.html

* Update scanning.html

* Update whatsnew.html

* Update sharing.html

* Update strings.xml
2017-10-13 10:39:03 +01:00

20 lines
1.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8"/>
<title>Как пользоваться</title>
<link href="../style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p>Barcode Scanner непрерывно сканирует прямоугольный регион, показанный на экране - просто расположите телефон так, чтобы штрих-код был полностью внутри прямоугольника видоискателя:</p>
<p class="imgcenter"><img src="../images/demo-yes.png" style="padding:5px"/><img src="../images/demo-no.png" style="padding:5px"/></p>
<p>Одномерные штрих-коды, такие как на продуктах, требуют телефон с автофокусом. Без автофокуса будут распознаваться только двумерные штрих-коды QR Code и Data Matrix.</p>
<p>Когда штрих-код считается, приложение пискнет, и Вы увидите результаты распознавания, описание того, что штрих-код содержит и варианты действий с содержимым.</p>
<p>Держите телефон неподвижно, чтобы считать штрих-код. Если фотокамера не может сфокусироваться, попробуйте переместить телефон дальше или ближе от штрих-кода.</p>
<ul class="touchable">
<li><a href="about1d.html">Об одномерных штрих-кодах</a></li>
<li><a href="about2d.html">О двумерных штрих-кодах</a></li>
</ul>
</body>
</html>