Christoph Oberhofer
31df5d8faf
Tweaking parameters; Minor Bugfixes
2015-07-08 00:36:32 +02:00
Christoph Oberhofer
2c61d16cb7
#47 : Passing camera related errors to the init callback
2015-07-06 22:47:11 +02:00
Christoph Oberhofer
8ad97419c3
Fixed bug when using area as box size without web-workers
2015-06-23 21:02:32 +02:00
Christoph Oberhofer
4f224b782a
Using inputStream.area as default decoding box when localization is turned off.
2015-06-22 21:53:10 +02:00
Christoph Oberhofer
b648014a5e
Added result-collector; Relates to #48
2015-06-21 23:45:09 +02:00
Christoph Oberhofer
e142350863
Added barcode format to result-data; minor fixes to Code128Reader; fixes #45
2015-06-14 21:55:35 +02:00
Christoph Oberhofer
8c0fcaa031
Potential fix for #41
2015-06-13 01:09:06 +02:00
Christoph Oberhofer
d799ee353e
issue-43: Added configurable area for decoding
2015-06-07 22:44:38 +02:00
Christoph Oberhofer
7bb34b546b
Added tests for image-size calculation
2015-06-07 19:01:44 +02:00
Christoph Oberhofer
89da5cc4e7
Replaced try-catch block with return values
2015-05-28 22:15:15 +02:00
Christoph Oberhofer
eb9fedb794
Fixes bug that is caused by using custom aspectRatio; Closes #37
2015-05-25 23:47:00 +02:00
Christoph Oberhofer
3fcf9ca5be
Improved EAN and UPC reading
2015-05-20 18:32:04 +02:00
Christoph Oberhofer
e2f3d693dd
Added integration-tests for all decoders; Split up integration and unit tests
2015-05-18 23:01:55 +02:00
Christoph Oberhofer
d4ba4ccaae
Updated test-runner; Added integration-tests for EAN; Fixed error-measure for EAN
2015-05-17 23:39:48 +02:00
Christoph Oberhofer
eb9d5ba8dc
Making EAN/UPC/Code128 Readers more restrictive; Added alternative Method for binarizing Scanline
2015-05-17 16:32:52 +02:00
Lindsey Simon
5f13c641bf
Updates defaults for min/max aspectRatio
2015-05-11 11:32:49 -07:00
Lindsey Simon
37f54574ee
fix merge conflict for ne dist file;
2015-05-11 11:30:10 -07:00
Lindsey Simon
d362791f61
Adding Code39VINReader
2015-05-11 10:46:55 -07:00
Christoph Oberhofer
76e61bc4c4
Fixes #30
2015-05-09 16:05:18 +02:00
Christoph Oberhofer
0e0cfcea00
Fixed EAN-8 Decoding Error
2015-05-05 19:25:48 +02:00
Christoph Oberhofer
badf9d0163
Improved EAN Reading; Added extended configuration to live examples
2015-04-29 00:19:50 +02:00
Christoph Oberhofer
c31ed9c7d9
Cleaning up after stopping quagga
2015-04-28 23:55:43 +02:00
Christoph Oberhofer
dbc1fa511b
Added UPC-E Reader
2015-04-27 23:08:26 +02:00
Christoph Oberhofer
5bf9add381
Added EAN-8 Reader
2015-04-26 21:34:31 +02:00
Christoph Oberhofer
19aaeefc60
Merged ean-improvement to upc-barcode
2015-04-25 23:48:36 +02:00
Christoph Oberhofer
566c10b7d2
Improving EAN-Reader, Barcode-Line extension, ToBinaryLine
2015-04-25 23:38:44 +02:00
Christoph Oberhofer
f75da96040
Added advanced configuration
2015-04-25 17:57:21 +02:00
Christoph Oberhofer
b7a6526c53
Barely working concept
2015-04-22 22:01:07 +02:00
Christoph Oberhofer
178b5b0a4b
Making patch-size configurable; Added Image-Dimensions constraint
2015-04-20 21:44:41 +02:00
Christoph Oberhofer
21aa2058f7
Added test-images for codabar
2015-04-16 22:27:59 +02:00
Christoph Oberhofer
50bb3e7627
Removed use-strict for barcode-locator because of issues caused by undefined this
2015-04-16 00:22:11 +02:00
Christoph Oberhofer
b6d1dde03c
Added Codabar-Reader; Missing fixtures; Error for stdlib must be fixed
2015-04-16 00:01:29 +02:00
Christoph Oberhofer
6524472f69
Improved recognition of Code 39 barcodes
2015-04-10 21:42:15 +02:00
Christoph Oberhofer
8e97b3355a
Added functionality to pause processing without disconnecting the camera-stream
2015-03-27 22:27:08 +01:00
Christoph Oberhofer
594aeb2fc0
Fixed uglifying for asm-code. Added dist-task for building distribution-files
2015-03-14 15:43:46 +01:00
Christoph Oberhofer
24ceb3480c
Removing dependency on script-name
2015-03-13 20:07:23 +01:00
Thomas
b21ec9de63
replace video element if it already exists
2015-03-13 09:07:07 +01:00
Christoph Oberhofer
8bc119b62e
Removed dependency on async.js, prepared npm publishing
2015-03-08 18:20:17 +01:00
Christoph Oberhofer
b91246c699
Improved support on Code 39 barcodes
2015-03-04 22:23:59 +01:00
Christoph Oberhofer
7638bc41eb
Added basic support for Code 39 barcodes
2015-03-01 22:48:00 +01:00
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.
2015-02-14 16:39:34 +01:00
Christoph Oberhofer
6caea95e57
Configuring camera-resolution
2015-01-25 21:07:14 +01:00
Christoph Oberhofer
091908961f
Added Capability to change readers on the fly
2015-01-20 20:42:41 +01:00
Christoph Oberhofer
9af9a0db7e
Outsourced drawing of scanline and bounding-box to the interface; Debug version can be enabled through setting nrOfWorkers = 0;
2015-01-19 22:58:16 +01:00
Christoph Oberhofer
2d5fa058d5
Spawning multiple workers for entire pipeline; API change for Quagga.init; Added async-library
2015-01-18 22:11:41 +01:00
Christoph Oberhofer
b7b4711a7e
Use worker without external file
2015-01-18 13:55:18 +01:00
Christoph Oberhofer
63993dfa8c
Web-Worker now working for live-streams. Passing config to worker
2015-01-18 11:56:34 +01:00
Christoph Oberhofer
72940990d3
Another try on web-workers; works with decoding single-images only; live-stream and video-input won't work
2015-01-12 23:04:14 +01:00
Christoph Oberhofer
c44889f599
Added un-subscribe event and covered the Events-module
2014-12-19 13:18:47 +01:00
Christoph Oberhofer
480e962ea8
Added one-time subscription to event-queue with "once". Need tests.
2014-12-17 23:20:51 +01:00