Start a new topic

Video not showing

I'm having issues getting a video to show. I've checked and the video is in the proper format. This is all I should need to add a video, correct? My tracker is an object and I have confirmed it's working.


 

var video = new AR.VideoDrawable("assets/video.mp4", 0.4, {});

World.drawables.push(video);

That's what I've been using but I'm not using an image tracker, I'm using an object tracker .`WTO` does this change anything other than just updating the tracker to use the proper object tracker function?

Hi Joe,


Please review our sample code here https://www.wikitude.com/external/doc/documentation/latest/android/video.html#select-a-video-and-add-it-to-a-image-target.


All you need to do is replace our sample video with your video and also make sure that you have uploaded it in your assets folder.


Thanks

Eva

Login or Signup to post a comment