I\'m taking an image from the webcam and storing it to the server. Everything was working fine until I got the chrome update today. My latest chrome version is:
Have you tried this?
try { camera.srcObject = stream; } catch (error) { camera.src = window.URL.createObjectURL(stream); }