Hi,
I am using VideoPlayback sample. It's running fine on Samsung GalaxyS3. But i am facing issue in specific scenerio in only Galaxy Tab 2.7
Marker1 - detect video1
remove marker1 from view
Marker2 - detect video2
remove marker3 from view
Marker3 - detect video3
after 2-3 seconds app crash , camera screen turns green.
Open app again but remains green.
restart phone , then it becomes ok.
Please help me out.
Hi, that's probably an issue caused by the subsequent loading of multiple videos; at some point your device runs out of resources (and as you observe, this depends on the specific device capabilities)
What you would need to do is to unload a video when you don't need to use it anymore.