I am trying to implement CloudRecognition on Epson Moverio. I used the example project as a start (from the sdk) and implemeted the continuous recognition. But, I am receiving this error: "Undefined is not a function" when initializing the AR.CloudTracker:
createTracker: function createTrackerFn() {
World.tracker = new AR.CloudTracker(
"b277eeadc6183ab57a83b07682b3ceba",
"54e4b9fe6134bb74351b2aa3",
{
onLoaded: this.trackerLoaded,
onError: this.trackerError
});
}
It's like the constructor is not defined in the wikitudesdk.jar.
What can I do?
Thank you
N
Nicola Radacher
said
over 7 years ago
Please recheck if everything is set-up correctly and the components are all there. Please follow the set-up guide.
Thomas Ribo