We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Uncaught ReferenceError: wcSendVideoCanvas is not defined at loadWebcam (init_screen.js:29) at initScreen (init_screen.js:39) at main.js:4
Browser just shows Object Detection On the Cloud Demo! and nothing else
The text was updated successfully, but these errors were encountered:
Getting the exact same error here...
Sorry, something went wrong.
I managed to get the video working by adding:
wcSendVideoCanvas = document.createElement('canvas')
to webserver/public/static/scripts/constants.js
but I don't yet have object detection working yet...
No branches or pull requests
Uncaught ReferenceError: wcSendVideoCanvas is not defined
at loadWebcam (init_screen.js:29)
at initScreen (init_screen.js:39)
at main.js:4
Browser just shows Object Detection On the Cloud Demo! and nothing else
The text was updated successfully, but these errors were encountered: