"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

How to work for video from url in videoplayback

Hello all,

I am working with Videoplayback sample of vuforia.I am using dat and xml for 3 images, and i also got image name while the camera is detecting any image of three imges. Now i want tIo play three different videos for those three images.I have started new activty for below android 4.0 devices and played video accordingly to image.

But my question is I am not able to play video from url for android above 4.0 devices which support video on texture.I need to play three different video for those three image after detection.

AlessandroB

Thu, 02/14/2013 - 10:22

Hi,

you should be able to achieve your result by following these steps (as I just tested them):

 

VideoPlayback.java: 

Change the number of targets from 2 to your desired number of videos (e.g. 3):

Hi,

Actually the texture is displayed and play button also enabled once i clicked play button its goes some where and again its coming back to texure with play button. plz tell where i went wrong.