Spawning multiple workers for entire pipeline; API change for Quagga.init; Added async-library

This commit is contained in:
Christoph Oberhofer
2015-01-18 22:11:41 +01:00
parent b7b4711a7e
commit 2d5fa058d5
9 changed files with 2774 additions and 394 deletions
+3 -4
View File
@@ -8,11 +8,10 @@ $(function() {
},
decoder : {
readers : ["code_128_reader"]
},
readyFunc : function() {
App.attachListeners();
Quagga.start();
}
}, function() {
App.attachListeners();
Quagga.start();
});
},
attachListeners : function() {
+3 -4
View File
@@ -9,11 +9,10 @@ $(function() {
},
decoder : {
readers : [App.config.reader + "_reader"]
},
readyFunc : function() {
App.attachListeners();
Quagga.start();
}
}, function() {
App.attachListeners();
Quagga.start();
});
},
config: {