-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Webcam.js Error: No supported webcam interface found. #307
Comments
I have exactly that error. |
I am having the same issue. there is no problem when running in visual studio, but when publishing to the server this error appears only on Chrome. |
the solution is to use 'https' |
|
Webcam.js Error: No supported webcam interface found. The aforementioned error is due to the fact that SSL certification is needed and that the page is either on a local server, you enter with HTTPS. My system is in Laravel with IIS you have to generate a csr certificate and then from the 'certification authority' (server administrator - tools) convert it into cer, create the page from the iis with https and choose the certificate created and that's it I solved it my problem since windows server 2019 |
After uploading to my other pc and trying to connect, Webcam.js Error: No supported webcam interface found.
The text was updated successfully, but these errors were encountered: