Christoph Oberhofer
f7e1c9728c
Rebuild latest changes
11 years ago
Christoph Oberhofer
cd182f8723
Merge branch 'tricki-patch-1'
11 years ago
Thomas
b21ec9de63
replace video element if it already exists
11 years ago
Christoph Oberhofer
86c32dbbd5
Update README.md
11 years ago
Christoph Oberhofer
ae4b4d3ff4
Merge pull request #20 from serratus/issue-17
...
Issue 17: prepare for npm publishing
11 years ago
Christoph Oberhofer
7bcb4f391f
Added .npmignore
11 years ago
Christoph Oberhofer
8bc119b62e
Removed dependency on async.js, prepared npm publishing
11 years ago
Christoph Oberhofer
58a85ee3f1
Merge pull request #19 from serratus/issue-18
...
Add support for Code 39 barcodes
11 years ago
Christoph Oberhofer
6f02116663
Updated Readme to include Code 39
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
Christoph Oberhofer
3c4a108a4a
Updated README to include the correct handling of the uglify task
11 years ago
Christoph Oberhofer
5eb46fdfe0
Merge pull request #14 from PLPeeters/master
...
Added check to avoid 404 error before viewer initialization.
Thanks for contributing. I appreciate it.
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
1efe8a2426
Merge pull request #12 from serratus/issue-1a
...
Issue 1a
11 years ago
Christoph Oberhofer
4b4f5b0dc1
Updated Readme
11 years ago
Christoph Oberhofer
0a8fe1c8e5
Removed unused fragments
11 years ago
Christoph Oberhofer
a0f6afaddc
Update README.md
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
93d92f2a6f
Merge branch 'issue-7'
11 years ago
Christoph Oberhofer
c44889f599
Added un-subscribe event and covered the Events-module
11 years ago
Christoph Oberhofer
484509931c
Update README.md
...
Added example to `Quagga.init(config)`
11 years ago
Christoph Oberhofer
d74a9ad006
Update README.md
...
Removed `callback` param from the `init` function.
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
822f5ce03d
Merge branch 'garaboncias-release_camera'
11 years ago
Christoph Oberhofer
206a624edb
Added test for releasing camera, fixed code-style
11 years ago
Laszlo Radics
655bc6453a
Release camera when stop is called
11 years ago
Christoph Oberhofer
460e406502
Merge pull request #5 from seanhussey/patch-1
...
Fix typo
11 years ago
Sean Hussey
f63a1cae31
Fix typo
11 years ago
Christoph Oberhofer
f3abbeadfd
Merge pull request #4 from zupzup/master
...
Unit Testing Setup and some tests
11 years ago
Mario Zupan
bc07064328
change test execution to grunt
11 years ago
Mario Zupan
c60e24e795
change npm test to global karma for windows
11 years ago
Mario Zupan
9866b94de1
improve docs
11 years ago
Mario Zupan
ac9b1ee35e
add basic test setup with karma, mocha, chai and sinon
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
238e4bfee0
Added url to the blog post
11 years ago
Christoph Oberhofer
f053c72694
Fixed an error in the debug view
11 years ago
Christoph Oberhofer
272d75ed40
Updated links
11 years ago
Christoph Oberhofer
b3305dd0c8
Updated Readme
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