MediaCaptureWPF icon indicating copy to clipboard operation
MediaCaptureWPF copied to clipboard

NET 6.0

Open puckkk opened this issue 2 years ago • 2 comments

Hello and thanx for your beautiful work. I'm still using it, because WPF still not have a D3D solution. As the years go by, I now need to port MediacaputreWPF on NET 6.0. I tried to get it working: everything is compiling, but I get and exception (invalid cast exception in WINRT) that i do not understand when I try to start the preview. The NET 6.0 version is here: https://github.com/puckkk/MediaCaptureWPF-master-mmaitre-net-6.0 Do you have any ideas?

puckkk avatar Apr 20 '22 11:04 puckkk

net6.0-windows10.0.19041.0 10.0.17763.0 enable true WinExe

HappyMax0 avatar Dec 15 '22 11:12 HappyMax0

<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0-windows10.0.19041.0</TargetFramework> <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion> <Nullable>enable</Nullable> <UseWPF>true</UseWPF> <OutputType>WinExe</OutputType> </PropertyGroup> </Project>

HappyMax0 avatar Dec 15 '22 11:12 HappyMax0