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
ebceb1f78c
Updated build
2014-12-19 13:23:18 +01:00
Christoph Oberhofer
480e962ea8
Added one-time subscription to event-queue with "once". Need tests.
2014-12-17 23:20:51 +01:00
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.
2014-12-17 22:37:54 +01:00
Christoph Oberhofer
206a624edb
Added test for releasing camera, fixed code-style
2014-12-17 21:57:28 +01:00
Christoph Oberhofer
dedeb3e739
- Inverted image for better localization
...
- increased detection size for static/upload images to 800px
2014-12-03 23:29:45 +01:00
Christoph Oberhofer
f053c72694
Fixed an error in the debug view
2014-11-12 22:03:36 +01:00
Christoph Oberhofer
22a69892e3
Reduced image-size of file-upload images
2014-11-08 21:09:44 +01:00
Christoph Oberhofer
29fd39c8c4
Improving decoding for small images
2014-11-08 20:15:36 +01:00
Christoph Oberhofer
d806d48b0f
Improved versions of the examples-pages. Now including the possibility to switch between Code128 and EAN.
2014-11-04 21:28:14 +01:00
Christoph Oberhofer
5e4c3aeb55
Added text-images for EAN and Code128
2014-11-03 23:26:20 +01:00
Christoph Oberhofer
c84044aeb0
Include source-files
2014-11-01 20:14:48 +01:00