jhuckaby / webcamjs

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

Webcam is opening only on the flash in the Chrome #239

Open alissonzampietro opened 7 years ago

thiagolenz commented 7 years ago

I have the same problem.

jhuckaby commented 7 years ago

What version of Chrome? What operating system and version? Do you actually have a webcam attached that you know works in other applications?

Do any of those work with your webcam?

alissonzampietro commented 7 years ago

Yes, all of them is working perfectly. Well, this problem began to happen yesterday, the strange thing is that i didn't update the project or did something similar. Thank you for your help @jhuckaby

jhuckaby commented 7 years ago

That is really bizarre. I have no idea why it would have suddenly stopped working for you. Does this WebcamJS demo page work for you as well?

https://pixlcore.com/demos/webcamjs/demos/basic.html

Did you recently upgrade your Chrome? Using HTTPS to access your webapp? They recently locked all webcam access to HTTPS only.

Good luck, and sorry you are having issues with the library!

thiagolenz commented 7 years ago

Suddenly stopped works in Chrome in a mac version, but I also tried in ubuntu with a new instalation of Chrome. I have a deadline to deliver a software. I'm afraid because they'll test in a tablet. It was working untill yesterday, If doesn't have solution I'll change this library to another.

alissonzampietro commented 7 years ago

Maybe should be the locked of webcam on https. Well, i'll try to solve this. Thank you very much!

rafaelcremer commented 7 years ago

I had the same problem and it was because I had it open first on Internet Explorer... it seems like you can't enable the webcam in two different browsers at the same time. Once I closed IE and refreshed Chrome it worked!