eduardolundgren / tracking.js

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

Erro on line: var videoCamera = new tracking.VideoCamera().render(); #105

Closed clovisdasilvaneto closed 10 years ago

clovisdasilvaneto commented 10 years ago

I'm following a tutorial lecture zeno rock on augmented reality , but unfortunately when adc . this line gave the following error : " Uncaught TypeError : undefined is not a function" as if the function was not defined . I checked the tracking library js and js ColorTrack were also linked , but are all ok :/

eduardolundgren commented 10 years ago

This API is no longer valid, check the website for examples how to do that on the new version.

clovisdasilvaneto commented 10 years ago

okay, thanks