webcamjs icon indicating copy to clipboard operation
webcamjs copied to clipboard

Webcam.js Error: No supported webcam interface found

Open sayandeepmajumdar opened this issue 4 years ago • 2 comments

My web app is loading over HTTPs but still, I got this error. My App Link

My Code Snippet Webcam.set({ width: 320, height: 240, image_format: 'jpeg', jpeg_quality: 90 }); Webcam.attach( '#my_camera' ); } Kindly help me out

sayandeepmajumdar avatar Jun 26 '20 05:06 sayandeepmajumdar

Even I am facing the same issue

pranatimittal avatar Apr 18 '21 08:04 pranatimittal

The browser requires that the camera is accessed via https://

tons613 avatar May 04 '22 11:05 tons613