Giter Site home page Giter Site logo

Comments (7)

amylyt000 avatar amylyt000 commented on September 26, 2024 1

Yeah, it has an error in init_screen.js saying wcSendVideoCanvas is not definded. How to solve it?
Screen Shot 2019-05-29 at 4 04 40 PM

from yolo_google-cloud.

amylyt000 avatar amylyt000 commented on September 26, 2024 1

Yes, I added var wcVideoCanvas = document.createElement('canvas'), ctxWcVideo = wcVideoCanvas.getContext('2d');
in webserver/public/static/scripts/constants.js to get the problem solved.

from yolo_google-cloud.

code4fish avatar code4fish commented on September 26, 2024

Update:
So I was finally able to connect. The issue was related to firewall settings in the Google Cloud platform which I fixed by applying two new rules:

image

After I got in, I had to approve camera access and was shown this page:

image

But the canvas in which the video should be shown is not visible. I've tried multiple browsers and devices, but cannot get the video feed.

What can be done to get the video showing?

from yolo_google-cloud.

omarabid59 avatar omarabid59 commented on September 26, 2024

hey, sorry about the late reply. the first thing I would do is check the Web Browser Console, it's located under Developer Tools for Google Chrome and Web Console under Firefox. Are you getting some error?

from yolo_google-cloud.

code4fish avatar code4fish commented on September 26, 2024

@amylyt000 were you able to find a way around it?

from yolo_google-cloud.

ocervell avatar ocervell commented on September 26, 2024

This is still an issue, and the fix by @amylyt000 works

from yolo_google-cloud.

dimitri320 avatar dimitri320 commented on September 26, 2024

This was already in the repo, but I also needed to add this to make it work:

wcSendVideoCanvas = document.createElement('canvas')

from yolo_google-cloud.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.