wpf.net-corewebcamwebcam-capture

Webcam for WPF .NET Core 3.1


I've tried a lot of dependencies in my project for webcam, including :

But seems like all of those dependencies does not fully compatible with my project.

My current project dependencies :

Is there any compatible webcam dependency for WPF .NET Core v3.1 ?


Solution

  • These packages are incompatible with .NET Core 3.1.

    For OpenCV, you might be using the wrong package, as it is indeed compatible with .NET Core 3.1.

    Please note that the OpenCVSharp4 package is the core package, depending on your use-case, you might instead use OpenCvSharp4.Windows and optionally OpenCvSharp4.WpfExtensions. Please refer to the project page GitHub and the Wiki for more information.