You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a Windows 10 pro m/c.
I have used the latest OpenCVSharp libraries (4.3.0...)
My, for instance, webapi with aspnetcore version 3.1 works perfectly.
However when I create a linux docker container from the app and run it, it explodes spitting out
"System.TypeInitializationException' occurred in OpenCvSharp.dll: 'The type initializer for 'OpenCvSharp.NativeMethods' threw an exception.'" message,
on the first line it meets an OpenCVSharp call such as:
new Mat(100, 100, MatType.CV_8UC1, new Scalar(0));
Has anybody been able to run a linux container successfully so far from their OpenCVSharp4 application?
The text was updated successfully, but these errors were encountered:
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.
I am working on a Windows 10 pro m/c.
I have used the latest OpenCVSharp libraries (4.3.0...)
My, for instance, webapi with aspnetcore version 3.1 works perfectly.
However when I create a linux docker container from the app and run it, it explodes spitting out
"System.TypeInitializationException' occurred in OpenCvSharp.dll: 'The type initializer for 'OpenCvSharp.NativeMethods' threw an exception.'" message,
on the first line it meets an OpenCVSharp call such as:
new Mat(100, 100, MatType.CV_8UC1, new Scalar(0));
Has anybody been able to run a linux container successfully so far from their OpenCVSharp4 application?
The text was updated successfully, but these errors were encountered: