olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
797 stars 225 forks source link

Video with transparent background #60

Open luisestudioalfa opened 4 years ago

luisestudioalfa commented 4 years ago

Hello,

is posible to render a video with transparent background in a fixed position?

thank you in advance.

olexale commented 4 years ago

Hi,

This might be achieved with SKEffectNode and SKVideoNode combination. They are not supported by this plugin at this moment, but it shouldn't be a problem to add them.

Kind regards

jtkeyva commented 3 years ago

@olexale any news on this? Or any simple solution to play a video in a fixed position? thx

olexale commented 3 years ago

It is possible to display videos on materials starting from version 1.0.2. You may refer to this sample. Effects are not yet supported.

jtkeyva commented 1 year ago

@olexale hi were you able to add the effects yet? thanks

Pizzacorn commented 4 weeks ago

Some update in this?