"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

Help, basics

I am an Android developer but this jni and 3d stuff is way beyond my pay grade.  I have the Imagetargets example downloaded, built and running nicely on my devices.  The problem is that stuff is all running on the jni side and does my android apps no good.  I want to be able to see the surfaceview from the camera with the view from my android app.    It would be nice to see how to superimpose the 'hello world' view from a casic android app onto the ImageTargets example.

AlessandroB

Thu, 03/21/2013 - 18:26

Hi, if you look at the ImageTargets sample you will see a variable called mUILayout;

if you look at the code using mUILayout in ImageTargets.java, this should teach you how to make overlays. It's all there in the code, quite self-explanatory.