opencvsharp icon indicating copy to clipboard operation
opencvsharp copied to clipboard

Cannot find OpenCVSharp4 runtime for Apple M2

Open mikejos opened this issue 2 years ago • 4 comments

I cannot find a runtime that works for Apple M2 processor

Environment

Apple M2 Visual Studio for Mac .NET 7.0

mikejos avatar Mar 27 '23 03:03 mikejos

If GitHub-hosted macOS runners with Apple M2 are supported in GitHub Actions it will be possible... https://github.com/github/roadmap/issues/528

shimat avatar Mar 28 '23 06:03 shimat

You can use this package https://www.nuget.org/packages/OpenCvSharp4.runtime.osx_m1/, it's build for opencv 4.6.0

grinay avatar Jun 18 '23 13:06 grinay

If GitHub-hosted macOS runners with Apple M2 are supported in GitHub Actions it will be possible... github/roadmap#528

I see this has been prompted for preview. Do you have any plans to build it? https://github.blog/changelog/2023-10-02-github-actions-apple-silicon-m1-macos-runners-are-now-available-in-public-beta/

GreenShadeZhang avatar Oct 03 '23 02:10 GreenShadeZhang

https://www.nuget.org/packages/OpenCvSharp4.runtime.osx_arm64/4.8.1-rc here is the full package without the need to install opencv at all. Contains all libs inside the package.

grinay avatar Dec 29 '23 01:12 grinay