We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(async() => { await ZXingBrowser.BrowserQRCodeReader.decodeFromVideoDevice(deviceId, 'my_video_element', (result, error, controls) => { if (result) { console.log(result); } if(error) { console.log(error); controls.stop(); } }); console.log('after start'); })();
Results in this:
e at t.selectBestPatterns (https://unpkg.com/@zxing/browser@latest:1:223270) at t.find (https://unpkg.com/@zxing/browser@latest:1:219112) at t.detect (https://unpkg.com/@zxing/browser@latest:1:224678) at t.decode (https://unpkg.com/@zxing/browser@latest:1:228135) at t.BrowserQRCodeReader.decodeBitmap (https://unpkg.com/@zxing/browser@latest:1:353289) at t.BrowserQRCodeReader.decodeFromCanvas (https://unpkg.com/@zxing/browser@latest:1:353385) at c (https://unpkg.com/@zxing/browser@latest:1:357404) at t.BrowserQRCodeReader.scan (https://unpkg.com/@zxing/browser@latest:1:357666) at t.BrowserQRCodeReader. (https://unpkg.com/@zxing/browser@latest:1:354247) at Generator.next ()
The video is actually running (just before i stop it using the controls.stop() due to the error).
The text was updated successfully, but these errors were encountered:
Are there any updates on this issue??
Sorry, something went wrong.
Any updates on this?
Did you find the solution?
Still having this problem.
I also have this problem. Is there any updates?
No branches or pull requests
Results in this:
The video is actually running (just before i stop it using the controls.stop() due to the error).
The text was updated successfully, but these errors were encountered: