Open Szpoti opened 3 years ago
That is right.
Emgu.CV.runtime.macos nuget package is only available with a commercial license purchase at this moment.
https://www.emgu.com/wiki/index.php/Download_And_Installation#Mac_OS
Emgu CV for Mac OS is available under our commercial license. The instructions below applies to the Emgu CV for Mac OS, Professional or Ultimate commercial release.
Description
As I was trying to implement webcamera usage in our open source, cross-platform project based on the guide, I was bumping into problems, so I dived deeper into the EmguCV wiki. Then I realized this one sentence on the installation guide page:
Also, under the change log of the upcoming 4.5.2 release, you may read
Conclusion
There is no
Emgu.CV.runtime.macos
package in the NuGet manager, will this be added with the new release or this is only available with the commecial release? Does this mean that there is no way to implementMat
,VideoCapture
andQRCodeDetector
into a cross-platform application to make it work on MacOS without it?