I'm trying to update a Vuforia app that is using OpenGL to render over the video background. The new Vuforia framework doesn't have the drawVideoBackground method but I can't find a sample that describes how to draw video background with the new Vuforia Framework and OpenGL.
It seems that drawVideoBackground was removed in version 7, so maybe if I could get an archive of version 7 samples ? Can't find the old samples anywhere.
I really need help on this, thank you.
Edit, this is what I tried so far but that still doesn't show the video, what am I missing ?
videoBackgroundTexture=new Vuforia::GLTextureData();
mRenderer.setVideoBackgroundTexture(*videoBackgroundTexture);mRenderer.updateVideoBackgroundTexture(); //called on every frame
Hi,
I can provide the samples, please let me know for which SDK version do you want the iOS samples? 7.x? 8.x?
Also,I want to highlight one important aspect, Vuforia Engine does not handle Rendering itself. The product at core offers 2 things, recognition and tracking. Developers have 2 paths that can be taken, the first is with Unity in which rendering is done by the Unity Engine and second Native iOS/Android in which you will need to use/implement your own rendering solution.
Unfortunately we do not offer old samples to download to encourage our developers to always use our latest SDK version.
In addition, Apple has made is clear that they do not want to support openGL on iOS, even deprecating support for it.
Thank you.
Vuforia Engine Support