jhuckaby / webcamjs

HTML5 Webcam Image Capture Library with Flash Fallback
MIT License
2.5k stars 1.11k forks source link

Webcam.js Error: No supported webcam interface found. #307

Open 4dferds opened 4 years ago

4dferds commented 4 years ago

After uploading to my other pc and trying to connect, Webcam.js Error: No supported webcam interface found.

webasoo commented 4 years ago

I have exactly that error. No problem in my system, but error on server although I use my own browser!

a-kanaan commented 4 years ago

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.

a-kanaan commented 4 years ago

the solution is to use 'https'

mauansen commented 3 years ago

解决方案是使用“https” 必须使用https吗,别的不可以吗

Guerrero85 commented 1 year ago

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