vvvv / VL.OpenCV

A VL wrapper for OpenCVSharp
BSD 3-Clause "New" or "Revised" License
43 stars 15 forks source link

Some dependencies should be updated / removed #58

Closed azeno closed 2 years ago

azeno commented 2 years ago

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. image

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. image

Method not found: 'SharpDX.MediaFoundation.Activate[] SharpDX.MediaFoundation.MediaFactory.EnumDeviceSources(SharpDX.MediaFoundation.MediaAttributes)'.
ravazquez commented 2 years ago

This is now fixed as of VL.OpenCV 2.5.0