I want to show one image on top of target image after successful image recognition from wikitude sdk for Android.
By default it is showing StrokedRectangle
. I couldn't find any clear idea in the docs about showing image. So some suggestions will be appreciated.
The Wikitude Native SDK does only render the camera and the trial watermark. The StrokedRectangle is part of the example app.
You will have to use OpenGL to draw your image. Maybe this tutorial will help you.
This is the vertex shader from the Wikitude example app to show how the texture can then be placed:
If you do not feel comfortable with OpenGL you could try the Wikitude JS SDK or the Unity Plugin.