Start a new topic

wikitude not working when target Image created by user

wikitude not working when target Image created by user


I have downloaded trail version on wikitude SDK, 
When i open Image Recognition >> image on target it works fine but
What i do is replaced magazine.wtc in 1_Image$Recognition_1_Image$On$Target with new one created by me .
When i focus on new image it doesn't works.
 
Am i missiinng something ??

Hello,

which target image are you using and how is the star rating of this image?

After changing the target collection, you also need to change the target identifier, i.e. if your target image is named 'pageOne.jpg' then you need to specify the target ID 'pageOne' when creating the AR.Trackable2DObject.

var pageOne = new AR.Trackable2DObject(this.tracker, "pageOne", {
drawables: {
cam: overlayOne
}
});

 

Best regards,

Nicolas

Thaks ,  was missing image name
Login or Signup to post a comment