EddieLa / JOB

A Barcode scanner capapable of reading Code128, Code93, Code39, Standard/Industrial 2 of 5, Interleaved 2 of 5, Codabar and EAN-13 barcodes in javascript.
http://eddiela.github.io/JOB
600 stars 204 forks source link

Error on StreamDemo.html #26

Closed Albertogon closed 9 years ago

Albertogon commented 9 years ago

Hi Eddie , Thank you for the work you do . In http://eddiela.github.io/JOB/StreamDemo.html pressing Start decoding , Chrome jumps error: Uncaught TypeError : Can not read property ' drawImage ' of undefinedJOB.js : 177 JOB.JOBStreamCallback .

The JOB.SearchCanvas variable is undefined . You know it can be ?

Thanks for everything. Alberto .

EddieLa commented 9 years ago

Must have forgotten to update that method, I'll fix it right away.

EddieLa commented 9 years ago

Fixed it and also added localization feedback to the demo.

Albertogon commented 9 years ago

Hello again, Thanks for responding so quickly. It happens painting rectangles but not return any barcode. I'm using the example images on a Moto G. My test page is http://albertogon.com/test/barcode-reader/src/StreamDemo.html Thanks and regards.