Hi,
I've just started messing around with vuforia and I was wondering if it was possible to allow the user to photograph something they want to use as a trackable, pass that image to the server for processing, then return the dataset directly to the phone?
I did a little searching but couldn't find anyone else trying to do this...
Thanks,
booleanBoy
You need to update ImageTargets.cpp to load and activate your dataset files. Look for the current dataset filename (e.g. StonesAndChips.xml) in that file. Be sure to build the native code using ndk-build, and then refresh (or clean) the Eclipse project to pick up the changes.
- Kim