"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

Loading Dataset from sd card without ndk-building

I just want to ask if ist possible to automatically read dataset without ndk-building?

AlessandroB

Mon, 03/25/2013 - 10:24

Hi, yes, you can load a dataset for instance from a string variable where you hold the value of a path;

the path can point to a path on you external storage (sd card, as you mention) for instance.

ahh i see.. but for the code you sent below.. ist okay to put it under the renderFrame function in VideoPlayaback.cpp

because i need to recognized the target and get the name and compare which dataset it belongs.

if i put this code under the rendFrame method in VideoPlayback,.cpp after creating and loading all datasets

it will not recognized the marker because its not yet activated i tried it and it will not track