"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

New Image Target

Hi, How can i add a new taget image, i already have the .dat file and the .xml

 

Im using Vuforia SDK Android 1.5.9 and im trying to add the new taget file to ImageTarget Sample and how can add to this new image target and object to display? 

 

Thanks for your help.

DavidBeard

Thu, 07/19/2012 - 01:15

1. Add the dataset resources to the assets folder in your project - you'll find the sample dataset there as well.

josiastech

Thu, 07/19/2012 - 18:25

Hi, i tryied to add the new Image Target but i have some problems.

 

07-19 12:16:30.609: D/AndroidRuntime(5103): Shutting down VM

07-19 12:16:30.609: W/dalvikvm(5103): threadid=1: thread exiting with uncaught exception (group=0x40018608)

DavidBeard

Sun, 07/22/2012 - 23:41

Be sure to run ndk-build from the command line, in your projects base directory, to build and install the C++ libraries after you've modified them.