"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

Overlaying an image on top of the imagetarget.

Can we overlay an image(jpg/png) on top of an imagetarget (the same way we are overlaying the 3D models? Any code snippet or steps will be really helpful. -lucky

Hi lucky, You can either load the image as a texture and create a 'frame' in 3D land (or even 2D by manipulating placing the object in front of the camera), or obtain the screen coordinates of the target, and place a UIImageView at those coordinates. For the latter please see