camera icon indicating copy to clipboard operation
camera copied to clipboard

Webcam.js createObjectURL error

Open yax51 opened this issue 4 years ago • 2 comments

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 avatar Nov 15 '20 20:11 yax51

@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?

Beastlynoob avatar Nov 22 '20 03:11 Beastlynoob

Thanks @yax51. It works!

fabiobiondi avatar Nov 05 '21 00:11 fabiobiondi