jhuckaby / webcamjs

HTML5 Webcam Image Capture Library with Flash Fallback
MIT License
2.5k stars 1.11k forks source link

Demo Website Not Working in Chrome, Works in IE and Microsoft Edge #315

Closed kethan1 closed 4 years ago

kethan1 commented 4 years ago

Hi, I went to the demo website here: https://pixlcore.com/demos/webcamjs/demos/basic.html.

On Chrome, I gave the website access to my camera, and the website have a javascript alert with the following error:

Webcam.js Error: Could not access webcam: NotReadableError: Could not start video source NotReadableError: Could not start video source

I tested it on Microsoft Edge and Internet Explorer, and It worked fine.

OS: Windows 10 Camera: Intergrated Camera on Web Laptop

kethan1 commented 4 years ago

And yet this page works: https://davidwalsh.name/demo/camera.php.

kethan1 commented 4 years ago

I ended up just not using this wrapper. I just ended up using pure javascript.