i have created a new trackable using online tool. How can i add that trackable so that i can overlay a 3 d model over that. In which file which part of code must be changed?
Assuming 1.0.6, you can drop the config.xml and qcar-resources.dat files in your project's "assets" folder. If you are starting with the ImageTargets sample that should be enough to make a teapot show up on the target.
For 1.5, you need to rename the config.xml and qcar-resources.dat files to have the same name (e.g. MyDataset.xml and MyDataset.dat) before placing them in the "assets" folder.
Are you using QCAR 1.0.6 or the 1.5 beta?
Assuming 1.0.6, you can drop the config.xml and qcar-resources.dat files in your project's "assets" folder. If you are starting with the ImageTargets sample that should be enough to make a teapot show up on the target.
For 1.5, you need to rename the config.xml and qcar-resources.dat files to have the same name (e.g. MyDataset.xml and MyDataset.dat) before placing them in the "assets" folder.
- Kim