Hello there,
I used the following tutorial
https://library.vuforia.com/articles/Solution/How-To-Implement-Cloud-Reco.html
In order to just recognize a simple image and display the name in the console OnNewSearchResult.
...
Debug.Log("Name: " + targetSearchResult.TargetName);
...
Now I ran into the issue that my Code starts properly and the "Cloud Reco" is initialized, but the scanner is unable to recognize the target.
(No error messages occour)
Would be great if you have any ideas how I could solve this.
Have a great day!
Details:
Unity 2018.1.6f1
Vuforia 7.2.20
I am interested in a solution for this as well!
Thanks!