-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Camera does not seems to work anymore with Firefox #80
Comments
Same problem for me. |
And same issue here. Firefox version 59.0.2 (64-bit) |
I've notice that online demo here |
In fact, in newest version of Firefox (called Quantum), it uses mediaDevices.getUserMedia instead of mozGetUserMedia. So here, the simplest solution is, changing the line 135 of jsqrcode/src/qrcode.js by using these codes
|
Hi,
It seems the last version Firefox 58.0.2 (64 bits) is unable to display the video stream in the outdiv.
I can't see specific errors in console, except few CSP issues.
No problem with Chrome.
Regards.
The text was updated successfully, but these errors were encountered: