You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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?
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;
tovideo.srcObject = stream;
Error seems to have been resolved.
The text was updated successfully, but these errors were encountered: