shimat / opencvsharp

OpenCV wrapper for .NET
Apache License 2.0
5.39k stars 1.15k forks source link

Runtime issue in Linux #1461

Closed Robinbr21 closed 1 year ago

Robinbr21 commented 2 years ago

is there a global Runtime for linux os i only saw runtime for ubuntu 18 and 16

if any know please commant

dsoronda commented 2 years ago

I opened similar issue here : https://github.com/shimat/opencvsharp/issues/1448

PKloren commented 2 years ago

When using linux docker images, I've build both opencv and opencvsharp on a custom image. In my .net core app I then use the OpenCVSharp4.runtime.ubuntu.18.04-x64 together with the OpenCvSharp4 core package to build. This works fine. The base images I use to build my image are the mcr.microsoft.com/dotnet/sdk:6.0-focal (during build) and mcr.microsoft.com/dotnet/aspnet:6.0-focal (runtime).

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.