Closed CoderSilas closed 3 days ago
Ah i fixed it, its not const tracker = AR.Tracker.Image(); its const tracker = AR.Tracker.ImageTracker().
Its a misspell in the tutorial.
Whoooops, I just changed that! AR.Tracker.Image()
is valid from version 0.4.0 onwards.
I've temporarily reverted the tutorial. Thanks for reporting!
Oh? Version 0.4? What will be improved?
Also saying how cool this project is and how its the only one that free and working!
Thanks!
So far the tracking has been improved, transforms can be decomposed, there is support for Quaternions and for Raycasting, it includes a new Pointer Tracker that lets you capture touch/mouse/pen input with an easy-to-use API, and there are some more things. I expect to release the new version in the coming days.
Hello i tested the tutorial project and after the step of activating the webcam to track something i got this error: AR.Tracker.Image is not a function.
HTML code:
ar-demo.js code: