mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Initial commit for I2of5 reader; Relates to #49
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user