Results 656 comments of Eric Blade

From README ![image](https://user-images.githubusercontent.com/1451847/104949413-e8be2100-598c-11eb-863a-17761beac7c6.png)

Apologies if I closed prematurely, before fully understanding. I do not actually know if that is supported or intended to be supported. None of the tests supplied seem to test...

I have implemented torch in my app with a simple on/off button toggle, and it is able to go on/off. Anyone else still experiencing this with latest?

I haven't tried the example -- the examples seem to be a bit finicky. It works in my app with basically the following React code: ```` toggleTorch = () =>...

Could you maybe paste your whole config object?

looks like code_128_reader is there . . ?

I really don't have any idea on that -- it clearly works for the demonstration, and lots of people's applications, since we're all using it on different types of barcodes....

I don't see any code to handle multiple files in this situation. I suspect it might be best to construct your own sample to accept multiple files from the file...

Yes, parallel processing using the same Quagga instance is pretty much a problem, and there's no way to make multiple instances given the current structure. I think restructuring the entire...

If anyone's still interested in parallel processing, see https://github.com/ericblade/quagga2/pull/171