eduardolundgren / tracking.js

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

Where is the website doc located incase of contributions #289

Open theoomoregbee opened 6 years ago

theoomoregbee commented 6 years ago

first_tracking.html example requires { camera: true } in tracking.track('#myVideo', colors);, which should be like this instead

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

AmmarRica commented 6 years ago

I ran into the same issue with the faulty docs as well.