Start a new topic

Crop a VideoDrawable

Crop a VideoDrawable


Hi !

I'm trying to make a circular video appear in the AR World using the drawable Classes.

I started by trying to play a video in a HtmlDrawable (<div class="circular_div>content</div>) but according to this thread

https://support.wikitude.com/support/search/topics?term=Play+video+into+htmlDrawable

it's either not yet possible or the HtmlDrawable is updating too slowly to display a video fluently.

So now i'd like to know if it's possible to setup a VideoDrawable, or maybe a geoObject, to crop a video and display it as a circle ?
 

Hi,

You'd need to work with transparent videos instead to make it work properly. So you'll need to create the video with alpha cannel in round form and follow the instructions here.

Greetings

Nicola

Sorry Nicola i forgot to specify that i'm trying to avoid working with transparent videos. Is there any another way to do it without having to edit the video itself ?

Hi,

Sorry this is not possible.

Greetings

Nicola

Okay no problemo i'll manage something else. Thanks for your answers Nicola.
Login or Signup to post a comment