Christoph Oberhofer
e142350863
Added barcode format to result-data; minor fixes to Code128Reader; fixes #45
10 years ago
Christoph Oberhofer
4473521ae0
Merged master
10 years ago
Christoph Oberhofer
8c0fcaa031
Potential fix for #41
10 years ago
Christoph Oberhofer
1e8eaa9be2
issue-43: updated readme to 0.6.7
10 years ago
Christoph Oberhofer
d799ee353e
issue-43: Added configurable area for decoding
10 years ago
Christoph Oberhofer
53857c30fd
Removed dependency on old glMatrix
10 years ago
Christoph Oberhofer
89da5cc4e7
Replaced try-catch block with return values
10 years ago
Christoph Oberhofer
eb9fedb794
Fixes bug that is caused by using custom aspectRatio; Closes #37
10 years ago
Christoph Oberhofer
3fcf9ca5be
Improved EAN and UPC reading
10 years ago
Christoph Oberhofer
e2f3d693dd
Added integration-tests for all decoders; Split up integration and unit tests
10 years ago
Christoph Oberhofer
d4ba4ccaae
Updated test-runner; Added integration-tests for EAN; Fixed error-measure for EAN
10 years ago
Christoph Oberhofer
eb9d5ba8dc
Making EAN/UPC/Code128 Readers more restrictive; Added alternative Method for binarizing Scanline
10 years ago
Lindsey Simon
bd2febdf2b
New dist file syncd to head
10 years ago
Lindsey Simon
37f54574ee
fix merge conflict for ne dist file;
10 years ago
Lindsey Simon
7a0af01a7b
Updates build file
10 years ago
Lindsey Simon
d362791f61
Adding Code39VINReader
10 years ago
Christoph Oberhofer
76e61bc4c4
Fixes #30
10 years ago
Christoph Oberhofer
0e0cfcea00
Fixed EAN-8 Decoding Error
10 years ago
Christoph Oberhofer
7e0525d40b
Updated build
10 years ago
Christoph Oberhofer
badf9d0163
Improved EAN Reading; Added extended configuration to live examples
10 years ago
Christoph Oberhofer
c31ed9c7d9
Cleaning up after stopping quagga
10 years ago
Christoph Oberhofer
dbc1fa511b
Added UPC-E Reader
10 years ago
Christoph Oberhofer
5bf9add381
Added EAN-8 Reader
10 years ago
Christoph Oberhofer
19aaeefc60
Merged ean-improvement to upc-barcode
10 years ago
Christoph Oberhofer
566c10b7d2
Improving EAN-Reader, Barcode-Line extension, ToBinaryLine
10 years ago
Christoph Oberhofer
f75da96040
Added advanced configuration
10 years ago
Christoph Oberhofer
b7a6526c53
Barely working concept
10 years ago
Christoph Oberhofer
36f75d2a95
Added new builds
10 years ago
Christoph Oberhofer
21aa2058f7
Added test-images for codabar
10 years ago
Christoph Oberhofer
50bb3e7627
Removed use-strict for barcode-locator because of issues caused by undefined this
10 years ago
Christoph Oberhofer
b6d1dde03c
Added Codabar-Reader; Missing fixtures; Error for stdlib must be fixed
10 years ago
Christoph Oberhofer
6524472f69
Improved recognition of Code 39 barcodes
10 years ago
Christoph Oberhofer
8e97b3355a
Added functionality to pause processing without disconnecting the camera-stream
10 years ago
Christoph Oberhofer
594aeb2fc0
Fixed uglifying for asm-code. Added dist-task for building distribution-files
11 years ago
Christoph Oberhofer
24ceb3480c
Removing dependency on script-name
11 years ago
Christoph Oberhofer
f7e1c9728c
Rebuild latest changes
11 years ago
Christoph Oberhofer
8bc119b62e
Removed dependency on async.js, prepared npm publishing
11 years ago
Christoph Oberhofer
b5ebd60a6a
Updated build
11 years ago
Christoph Oberhofer
b91246c699
Improved support on Code 39 barcodes
11 years ago
Christoph Oberhofer
7638bc41eb
Added basic support for Code 39 barcodes
11 years ago
Pierre-Louis Peeters
d7bb052c5c
Added checks to avoid 404 error
...
Added a check to avoid a 404 error which happened if the user didn’t
automatically accept webcam access. The `src` attribute of the `video`
tag was set to `undefined`, which led to a 404 error on the URL
`http://domain.tld/path_with_scanner/undefined `. It is now just set to
an empty string.
11 years ago
Christoph Oberhofer
6caea95e57
Configuring camera-resolution
11 years ago
Christoph Oberhofer
091908961f
Added Capability to change readers on the fly
11 years ago
Christoph Oberhofer
9af9a0db7e
Outsourced drawing of scanline and bounding-box to the interface; Debug version can be enabled through setting nrOfWorkers = 0;
11 years ago
Christoph Oberhofer
2d5fa058d5
Spawning multiple workers for entire pipeline; API change for Quagga.init; Added async-library
11 years ago
Christoph Oberhofer
b7b4711a7e
Use worker without external file
11 years ago
Christoph Oberhofer
63993dfa8c
Web-Worker now working for live-streams. Passing config to worker
11 years ago
Christoph Oberhofer
72940990d3
Another try on web-workers; works with decoding single-images only; live-stream and video-input won't work
11 years ago
Christoph Oberhofer
ebceb1f78c
Updated build
11 years ago
Christoph Oberhofer
480e962ea8
Added one-time subscription to event-queue with "once". Need tests.
11 years ago
Christoph Oberhofer
005a989aa3
Removed unused callback param in init function. Fixes #8 . Please use the readyFunc property of the config object which is passed in to Quagga.init.
11 years ago
Christoph Oberhofer
206a624edb
Added test for releasing camera, fixed code-style
11 years ago
Christoph Oberhofer
dedeb3e739
- Inverted image for better localization
...
- increased detection size for static/upload images to 800px
11 years ago
Christoph Oberhofer
f053c72694
Fixed an error in the debug view
11 years ago
Christoph Oberhofer
22a69892e3
Reduced image-size of file-upload images
11 years ago
Christoph Oberhofer
29fd39c8c4
Improving decoding for small images
11 years ago
Christoph Oberhofer
d806d48b0f
Improved versions of the examples-pages. Now including the possibility to switch between Code128 and EAN.
11 years ago
Christoph Oberhofer
5e4c3aeb55
Added text-images for EAN and Code128
11 years ago
Christoph Oberhofer
c84044aeb0
Include source-files
11 years ago