Start a new topic

Undefined is not a function AR.CloudTracker

Undefined is not a function AR.CloudTracker


Hi,

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

Please recheck if everything is set-up correctly and the components are all there. Please follow the set-up guide.

Greetings

Nicola

I am not using Android Studio. I am using Eclipse, following the tutorial for Epson Moverio: http://www.wikitude.com/external/doc/documentation/latest/epson/setupguideepson.html#setup-guide-epson.

And everything is set up accordingly.

The Android Studio Sample project does not work on Epson Moverio.

This two lines always return false when running on Epson Moverio BT-200:

boolean includeIR = (ArchitectView.getSupportedFeaturesForDevice(getApplicationContext()) & StartupConfiguration.Features.Tracking2D) != 0;
boolean includeGeo = (ArchitectView.getSupportedFeaturesForDevice(getApplicationContext()) & StartupConfiguration.Features.Geo) != 0;

 

Thank you!
Login or Signup to post a comment