I'm using Webcam.js in my Laravel Project for capturing image.
I have already come across from this thread (Webcam js Error in Chrome: Could not access webcam)
I did same but still, I got this error:
Webcam.js Error: No supported webcam interface found.
Here, I'm providing my project link which is loading over HTTPs.
My code
Webcam.set({
width: 320,
height: 240,
image_format: 'jpeg',
jpeg_quality: 90
});
Webcam.attach( '#my_camera' );
}
If anyone has any solution please provide. I will appreciate your response.