-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathREADME.windows
66 lines (46 loc) · 2.09 KB
/
README.windows
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
ZBAR BAR CODE READER
====================
The ZBar Bar Code Reader is a library for scanning and decoding bar
codes from various sources such as video streams, image files or raw
intensity sensors. It supports EAN/UPC, Code 128, Code 39 and
Interleaved 2 of 5. Included with the library are basic applications
for decoding captured bar code images and using a video device (eg,
webcam) as a bar code scanner. The flexible, layered architecture
features a fast, streaming interface with a minimal memory footprint.
Check the ZBar home page for the latest release, mailing lists, etc.
http://zbar.sourceforge.net/
License information can be found in 'COPYING.LIB'.
INSTALLING
==========
The zbarimg program uses ImageMagick to read image files. You will
need at least ImageMagick version 6.2.6 if you want to scan image
files. ImageMagick may be obtained from
http://www.imagemagick.org/
Download and install the current Windows binary release, making sure
that you select the *Dynamic* (DLL) version, eg:
ImageMagick-x.y.z-w-Q16-windows-dll.exe
You will also want the "Update executable search path" box checked
during installation.
RUNNING
=======
This version of the package includes *only command line programs*.
(The graphical interface is scheduled for a future release)
Invoke Start -> Programs -> ZBar Bar Code Reader -> Start ZBar Command Prompt
to open a shell that has the zbarimg and zbarcam commands available
(in the PATH).
To start the webcam reader using the default camera, type:
zbarcam
To decode an image file, type eg:
zbarimg -d examples\barcode.png
For basic command instructions, type:
zbarimg --help
zbarcam --help
Check the manual for more details.
REPORTING BUGS
==============
Bugs can be reported on the SourceForge project page
http://www.sourceforge.net/projects/zbar/
Please include the ZBar version number and a detailed description of
the problem. You'll probably have better luck if you're also familiar
with the concepts from:
http://www.catb.org/~esr/faqs/smart-questions.html