Closed geocine closed 2 years ago
It will require XAML Islands for WinUI 3 which is a planned feature.
There are many requests for that feature on the Windows repos, like this one: https://github.com/microsoft/microsoft-ui-xaml/issues/7104
XAML Islands have the airspace issue which I want to avoid so if its possible to use without going that route, that would be great.
Sorry, I don't see any alternative.
Right now I am using the
MediaPlayerElement
from UWP through XAML Islands to display video from aMediaCapture
MediaFrameSource
. Using XAML islands has a number of issues. If Its possible to make this work directly on WPF, that would be great.