Start a new topic

autotrigger action when IR

autotrigger action when IR


Hi Wolfgang, Thanks for the response. I need to play the video in half the size of the screen. If I need to increase the video player size on top of image what is the option for that?

This can be done by setting the height of the VideoDrawable similar to the size of other Drawables:

e.g.

var video = new AR.VideoDrawable("assets/video.mp4", 0.5);

 

This gives it 0.5 of the target image's height.
Login or Signup to post a comment