pbreuss / wikitude-ionic-2-starter-app

This starter app is deprecated - please use wikitude-ionic-3-starter-app
https://github.com/pbreuss/wikitude-ionic-3-starter-app
21 stars 6 forks source link

Question about cloud recognition #4

Open RezaRahmati opened 7 years ago

RezaRahmati commented 7 years ago

Hey, I know this not related to your seed project, but I appreciate if you can help me out. I am trying to use cloud recognition, as you mentioned in ar-view.ts file I copied cloud examples into the app, and they are working, then I tried to create a collection via TargetManager and adding target there. I add video and text on my image on TargetManager. then I changed clientApi and collectionId to my trail clientid and my collectionid, I ran the app, it detects images (it hits onRecognition and also usage on license page is increased) but it doesn't show video and text on top of the image. I don't know if is it related to trial license or not? or I am missing something?

p.s In original example they draw buttons and texts by javascript, (if it's the case why they bother to create a tool for placing videos and texts)