"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

OnNewSearchResult but no OnTrackingFound

Hi,

 

I'm using Vuforia 4.0 with Unity 4.6, with Cloud Recognition, based on the setup provided in your demo.

 

I have a CloudRecoTarget object with a TrackableEventHandler script. The script has the method:

 private void OnTrackingFound()

 

I have a CloudRecognition object with a CloudRecoEventHandler script. The script has the method:

  public void OnNewSearchResult(TargetFinder.TargetSearchResult targetSearchResult)

 

What's happening is sometimes I'm getting the OnNewSearchResult but NOT the OnTrackingFound. And I'm always testing with the same single image target.

Do you have any idea of what might be happening or what I could be doing wrong?

 

Thank you!