On Error Event Error: getUserMedia is not implemented in this browser
kevin8656 opened this issue · 7 comments
@kevin8656 As the error states, looks like for some reason the getUserMedia is not implemented, even though it looks like you are using Chrome.
@VinceG Yes I'm using Chrome to do this,but it's not working .
Do you have any suggestion that how to make it work?
I use the pluggin named webcamjs can successfully use my cam for dentist to capture photo in html page.
But i don't know what's the different between this plugin and that for html.neet your suggestion.
thanks a lot .
@kevin8656 Yeah, i am really not sure. can you test with any other web cam?
@kevin8656 do you have HTTPS? I was also encountering this problem while on HTTP as Chrome doesn't allow getUserMedia
when not from a secure context. (localhost should also be fine)
@lilyrae Yes,you're right. This problem is cause by HTTP is not Secure,so google chrome don't allow WebCam an Microphone to use.
I host an server in local env, and use webcam locally.After i capture a photo , server will save the photo to the remote production server database.
@kevin8656 Were you able to fix the issue?