a20r / camgaze.js

In-browser Eye Tracking and Gaze Prediction using JavaScript
154 stars 39 forks source link

Errors running the examples #5

Open sepehr1014 opened 8 years ago

sepehr1014 commented 8 years ago

Hi,

This is an awesome project and we're planning to use it in our Virtual Assistant project. Downloading the source code and running the Calibration Demo, I get these errors in my console:

Uncaught TypeError: Cannot read property 'mult' of undefined calibration.html:116 Uncaught TypeError: Cannot read property 'mult' of undefined camgaze.js:24

And running the ball test, I get: Uncaught TypeError: Cannot read property 'x' of undefined ball_test.html: 225

(Running on Windows desktop Chrome 45)

It would be awesome if you could help us on this matter.

Yours, Sepehr

a20r commented 8 years ago

I will have a look at this issue. I am not sure where the error is coming from