Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webcam.js createObjectURL error #13

Open
yax51 opened this issue Nov 15, 2020 · 2 comments
Open

Webcam.js createObjectURL error #13

yax51 opened this issue Nov 15, 2020 · 2 comments

Comments

@yax51
Copy link

yax51 commented Nov 15, 2020

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.

@Beastlynoob
Copy link

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

@fabiobiondi
Copy link

Thanks @yax51. It works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants