Open sayandeepmajumdar opened 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
Webcam.set({ width: 320, height: 240, image_format: 'jpeg', jpeg_quality: 90 }); Webcam.attach( '#my_camera' ); }
Even I am facing the same issue
The browser requires that the camera is accessed via https://
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