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 ??
N
Nicolas Goell
said
about 10 years ago
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 } });
gaurav mishra