Hi,
we are developing an augmented reality android app which should overlay buildings in the actual camera frame with a historical view.
So we've downloaded the core feature examples from https://developer.vuforia.com/downloads/samples#downloadModal. The example User Defined Targets creates image targets from the actual camera frame with targetBuilder.build(name, sceneSize);.
Is it possible to build image targets in app from pre-downloaded images and not from the actual camera frame?
And do you have code snippet for this?
Also very interesting, come someone and give the answer!