Start a new topic

IR compared to Vuforia App not working

IR compared to Vuforia App not working


I had a quick look at the code.

You are using your own tracker with 1 target that is named "a1", but you are creating the Trackable2DObject with a target name of "WikitudeLogo".

var trackable2DObject = new AR.Trackable2DObject(logoTracker, "WikitudeLogo", { drawables: { cam: overlay} )

Changing this to:

var trackable2DObject = new AR.Trackable2DObject(logoTracker, "a1", { drawables: { cam: overlay} )

or whatever the name of the target is, should solve your problem.

Hi there, I have created an app following this tutorial: 

http://forum.wikitude.com/documentation?p_p_id=2_WAR_knowledgebaseportlet&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&p_p_col_id=column-2&p_p_col_count=1&_2_WAR_knowledgebaseportlet_mvcPath=%2Fdisplay%2Fview_article.jsp&_2_WAR_knowledgebaseportlet_resourcePrimKey=35444

 

and its not possible to get it to work. Here is the app url: 

http://31.222.155.34/dev/cf5

and the image to be augmented:

http://31.222.155.34/dev/cf5/q1.jpg

It has 5 star rating and when I use Vuforia's app it recognizes it fine. What have I done wrong? Im using ARchitect Viewer app on android. Ive set the target to 100 width. Any clues?

 
Login or Signup to post a comment