eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.43k stars 1.44k forks source link

Bug in first example? #195

Open mskogly opened 7 years ago

mskogly commented 7 years ago

I had to do the following change to get the first example to work

//tracking.track('#myVideo', colors); tracking.track('#myVideo', colors, {camera: true});

Also mentioned here http://stackoverflow.com/questions/25438859/cant-run-very-first-tracking-js-example-on-chrome/41632212#41632212