"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

button on camera screen

How can i add a button on camera screen in imagetargets app on clicking which another app opens. Is there a way to do so ? Plz Help. Thanks

DavidBeard

Sun, 04/07/2013 - 17:18

This KB article provides instructions for presenting an Android UI control in reponse to tracking events - https://developer.vuforia.com/resources/dev-guide/android-ui-changes

Hi, thanks for replying. The issue is that these buttons come up only when the target detects. My query is to display a button to another activity,  irrespective of the target detection. This button should be constanly present on the camera screen. Can we do this in imagetargets app.

In that case, you're simply overlaying a view on the GLView.

See the code in this thread..

https://developer.vuforia.com/forum/android/problema

also

https://developer.vuforia.com/forum/rendering-opengl-es/displaying-android-views-top-opengl-es-display-layer

hi thanks for replying

i got this button on my camera screen.. now if i want this button to link another project ( e.g maps) what changes do i need to make in this imagetargets sample (if any). how can i call a project with this button.