Start a new topic

__stopContinuouRecognitionInternally__ error

__stopContinuouRecognitionInternally__ error


Hi,

We are using Wikitude cordova plugin 4.1 and I found one bug in cloud tracker in Android.

I got "__stopContinuouRecognitionInternally__" error so I checked wikitudesdk.jar's architect.js file and found this problem.

The inside function name is not matched correctly like this.

__stopContinuousRecognitionInternally__ : __stopContinuouRecognitionInternally__

 

this.__stopContinuousRecognitionInternally__ = function() {

   for(;h.length;) clearInterval(h.pop())

}

 

this.stopContinuousRecognition = function() {

   this.__stopContinuouRecognitionInternally__(),

   AR.i.callAsync({is:"AR.i.trackerInterface.cloud.stopContinuousRecognition",objectId:this.__id})

}

 

Could you fix this bug ASAP?

 

Thank you.

Hi Joshua,
Thx for point that out! We fixed it already and release a new version of our SDK early next week.

Best regards

Andreas
Login or Signup to post a comment