Asp.Net Core on Ubuntu
This example requires Emgu CV 4.3.0 and up
Requirements
This tutorial is based on Ubuntu 20.04 LTS. Please follow this instruction to install asp .net core on Ubuntu. Once that is done, run the following command to verify dotnet is installed:
ubuntu:~$ dotnet --list-runtimes
It should show a message similar to the following
Microsoft.AspNetCore.App 3.1.5 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 3.1.5 [/usr/share/dotnet/shared/Microsoft.NETCore.App]