yining1023 / styleTransfer_spell

Style Transfer example with ml5.js, training the model with Spell.run
48 stars 19 forks source link

uncaught exception: getUserMedia not supported in this browser #5

Open dirkh24 opened 4 years ago

dirkh24 commented 4 years ago

Hi @yining1023 , congratulations to your great work. I tried the code and your demo in the browser and got the error: uncaught exception: getUserMedia not supported in this browser. After updating the libraries pl5 and ml5 and the function createImg it works in my browser (chrome / firefox). You can look at the code and my changes here: https://github.com/dirkh24/styleTransfer_spell Bye Dirk