webcamjs icon indicating copy to clipboard operation
webcamjs copied to clipboard

Webcam.js Error: No supported webcam interface found.

Open 4dferds opened this issue 4 years ago • 5 comments

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

4dferds avatar Mar 21 '20 17:03 4dferds

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

webasoo avatar Apr 01 '20 09:04 webasoo

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 avatar Oct 14 '20 03:10 a-kanaan

the solution is to use 'https'

a-kanaan avatar Oct 14 '20 06:10 a-kanaan

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

mauansen avatar Jun 03 '21 10:06 mauansen

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

Guerrero85 avatar Dec 09 '22 14:12 Guerrero85