Luiz Machado

Results 315 comments of Luiz Machado

You can continuously scan with the `decodeFromInputVideoDeviceContinuously`, so no need to restart. Also, I would higly recommend switching to the new browser layer for better support and reliability: https://github.com/zxing-js/browser/releases/tag/v0.0.1-beta.1

> would I then be getting the latest beta scanner? Yes, but only for this package. For the browser package please use `yarn add @zxing/library @zxing/browser`. > Further: I checked...

Sure, the browser layer on the library is hard to maintain and develop and will be deleted. The browser package will then be the only browser layer available. The browser...

Does this https://github.com/zxing-js/library/issues/148#issuecomment-530649651 helps?

Plase provide an example of your code or a demo so I can reproduce your issue.

Understood, are you encoding your own codes? Could you provide some examples?

Please provide more info. Also, what's set of codes? I thought it would be multiple QR codes in a single image, but it doesn't seem to be by your example.

I know that's possible for PDF417, not sure about the rest. It is certainly something to look for since more people are asking for it.

@thorgch I agree with you and I think we could have a extended API. Also, I can't remember by heart by I'm pretty sure some decoder in here does support...

> read multiple QR or Code128 codes I'm just not sure if we can do this fast, so it's delicate to accept payments to develop this specific stuff even if...