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 #314

Open sayandeepmajumdar opened 4 years ago

sayandeepmajumdar commented 4 years ago

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

pranatimittal commented 3 years ago

Even I am facing the same issue

tons613 commented 2 years ago

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