Skip to content
Advertisement

Trying to get Emgu.CV running in dotnet core 3.1 on debian

So I am trying to get Emgu.CV running on debian, without any success yet.
I have the same error all the time, even when I fixed all the dependcies

JavaScript

I already upgraded to debian bullseye because of problems with GLIBC package. And I use the following commands to install dependencies:

JavaScript

Output of ldd command:

JavaScript

Is there somebody who has any clue on what I am forgetting?

Advertisement

Answer

If I get the ldd-output right the Library libusb is missing:

JavaScript

Have you tried to install it to fix the issue?

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement