cbrandolino / camvas

HTML5 webcam to canvas stream
http://cbrandolino.github.com/camvas
503 stars 43 forks source link

use 'navigator.mediaDevices.getUserMedia()' replace 'navigator.getUserMedia' #7

Open ajccom opened 6 years ago

ajccom commented 6 years ago

navigator.getUserMedia has been removed from the Web standards :(

[navigator.mediaDevices || navigator].getUserMedia(...)

https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia

cbrandolino commented 6 years ago

Thanks! If you'd like to make a pull request with the change I'll merge it straight away :)