"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

Help with playing video on my imagetarget please!

Hi,

 

im a newbie to this, can someone enlighten me on how i can insert a video into my imagetarget sample to play?

 

Thanks! :D

Yozelectric

Tue, 11/06/2012 - 10:27

is there any possibilities i can play the video on texture / image target using android OS below ICS API 14? i mean not in full screen mode. if theres not, is there any other 3rd party support this?

AlessandroB

Tue, 11/06/2012 - 14:52

ICS is required because of the GL_TEXTURE_EXTERNAL_OES extension used to get textures from video;

An alternative approach would be to grab the video frames using some 3rd party frame grabbing library, and then copy the grabbed frame buffer into an OpenGL texture;