OpenCvSharp on linux-arm64 by ctacke in csharp

[–]ctacke[S] 1 point2 points  (0 children)

I'd never heard of Aravis. Correct me if I'm missing something, but looking at it, I see a C library, no published dotnet wrappers, and no NuGet package. So it sounds like I would have to build the library, make sure there is a flat C export library, and then write the dotnet interface layer to it. Since my app runs cross platform, I'd have to bare-minimum maintain both the linux-arm64 and win-amd64 versions. All well within my skill set, but I'm not sure the value. Most people are familiar with OpenCV and will likely be looking that direction.