"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

Video Looping Issue

Hi ,

 

I achieved Video Looping by using setlooping method of mediaplayer in android. But between video ends and restarts there is flicker/gap of 1 second.

We faced similar issue in iOS and we solved the issue by using following lines

 

  if(videoTextureID[playerIndex] == 0 || (videoTexID && videoTextureID[playerIndex] != videoTexID)) {                        videoTextureID[playerIndex] = videoTexID;                    } in renderFrameQCAR How i can achieve same in Android JNI code

AlessandroB

Wed, 05/15/2013 - 20:10

Hi, in Android samples you can refer to the renderFrame() function in VideoPlayback.cpp and use

 videoPlaybackTextureID[currentTarget]