camera
camera copied to clipboard
Webcam.js createObjectURL error
When trying to activate the camera I would get a createObjectURL error on the Webcam.js.
The function did not match the signature provided.
Solved by changing: video.src = window.URL.createObjectURL( stream ) || stream;
to video.srcObject = stream;
Error seems to have been resolved.
@yax51 My camera feed will show for one second then turn black and my webcam will also then turn off. I have not installed t he voice script since i have google assistant. It worked once perfectly and hasnt worked again. Any ideas?
Thanks @yax51. It works!