"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

incorrect documentation

At this site it shows how to access the video texture:

https://developer.vuforia.com/resources/dev-guide/special-options-unity

However, the function SetVideoBackgroundTextureID() does not exist in QCARRenderer.

Looking at the way Vuforia handles the video texture in the example, it seems that you don't have to call GetNativeTextureID() either. 

So it seems the documentation on this page is incorrect.

Thanks for this,

I will inform of the documentation Gremlins.

I think this is referring to the native API as the Unity API is slightly different:

https://developer.vuforia.com/resources/api/class_q_c_a_r_renderer.htm

N

 

DarenDash

Tue, 01/08/2013 - 00:27

Just ran into this myself (porting old code to 2.0). So apparently, it was supported, but not anymore.

The sample app seems to be using the lastest stuff.