"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

Videoplayback sample is not working on LAVA tablet

i am using Lava tablet which has android 4.2, and used Videoplayback original sample. the problem is when i tap on icon which is redered after image detection video is not showing only audio is coming. what are the reasong, does this device not supporting Video rendering.

 

I too have the same problem, Video is not Playing in texture, I could see only empty plane, but i can hear audio.

 

Please help me asap, I m using Samsung note 4, Unity 5. Is this problem with shader?  

AlessandroB

Wed, 10/07/2015 - 10:31

@mittal2810

so, if your app loads 20-25 videos and tries to play them, most likely you need to take care of unloading those videos that are currently not being used (i.e. not tracked by any target), otherwise you may run out of resources (memory and GPU).

mittal2810

Fri, 10/09/2015 - 06:30

Firstly Thanks for reply and helping me to get out of this problem but i have some confusion Where should  I have to put unload() function in onsurfacechanged() or onsurfacecreated() and what parameters pass with this function.