"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-Videos

 

Hi!

I´m working with VideoPlayback Sample. I added 5 videos with 5 imagetargets, designed on Target Manager.

When i want to focus or "read" a target, the screen suddenly freezes and no runs anymore on Xcode. Xcode shows me I´ve got something wrong in this line:

 

frameTextureID = [t textureID];

 

 

And on my mobile, the app goes out from the system.

Can anybody help me?

I really apreciate your help! Thanks!

You have probably run out of memory and resources, so you may need to think of a better way of handling multiple videos.

It may be worth searching the forums.

 

N