Initial commit for I2of5 reader; Relates to #49

This commit is contained in:
Christoph Oberhofer
2015-07-14 00:18:08 +02:00
parent 59e3466c25
commit 9c0248f1d7
9 changed files with 1625 additions and 1040 deletions
+4 -3
View File
@@ -116,12 +116,13 @@ define(['quagga'], function(Quagga) {
singleChannel: false
},
locator: {
patchSize: "medium",
halfSample: true
patchSize: "large",
halfSample: true,
showCanvas: true
},
numOfWorkers: 0,
decoder: {
readers: ["code_128_reader"],
readers: ["i2of5_reader"],
showFrequency: true,
showPattern: true
},