KlearTouch / KlearTouch.MediaPlayer

Media Player Element for WinUI 3
MIT License
18 stars 0 forks source link

Is it possible to make this work for WPF? #5

Closed geocine closed 2 years ago

geocine commented 2 years ago

Right now I am using the MediaPlayerElement from UWP through XAML Islands to display video from a MediaCapture MediaFrameSource. Using XAML islands has a number of issues. If Its possible to make this work directly on WPF, that would be great.

PierreHenriKT commented 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

geocine commented 2 years ago

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.

PierreHenriKT commented 2 years ago

Sorry, I don't see any alternative.