arkit_flutter_plugin
arkit_flutter_plugin copied to clipboard
Video with transparent background
Hello,
is posible to render a video with transparent background in a fixed position?
thank you in advance.
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
@olexale any news on this? Or any simple solution to play a video in a fixed position? thx
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.
@olexale hi were you able to add the effects yet? thanks