There's a nuget referenced in the document which is not expressed as a dependency in the nuspec - either remove it or add it as a dependency.
Stride and VL.Video.MediaFoundation are referencing a newer version of SharpDX.MediaFoundation. Usually that's not an issue but in case of VL.OpenCV I saw a MethodNotFoundException when opening the "Detect faces" help patch which could point to a ABI incompatibility issue. So it's worth a shot to simply update that one to the same version and recompile.
Method not found: 'SharpDX.MediaFoundation.Activate[] SharpDX.MediaFoundation.MediaFactory.EnumDeviceSources(SharpDX.MediaFoundation.MediaAttributes)'.
There's a nuget referenced in the document which is not expressed as a dependency in the nuspec - either remove it or add it as a dependency.
Stride and VL.Video.MediaFoundation are referencing a newer version of SharpDX.MediaFoundation. Usually that's not an issue but in case of VL.OpenCV I saw a
MethodNotFoundException
when opening the "Detect faces" help patch which could point to a ABI incompatibility issue. So it's worth a shot to simply update that one to the same version and recompile.