shimat / opencvsharp

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

Running on raspbian #962

Closed colombod closed 2 years ago

colombod commented 4 years ago

Ho can I use openCvSharp4 on a raspberry pi4 or pi-top? I can seem to find a suitable runtime package.

NikolaTotev commented 4 years ago

Adding to this question: What is the procedure to use openCvSharp4 & openCV using .NET Core on a raspbbebrry pi4?

colombod commented 4 years ago

So far it seems I need to follow the instructions for building it from source like with the Ubuntu. Is there any plan to start providing a runtime nuget package for the raspberry pi 4 architecture?

AvenSun commented 4 years ago

actually what you should do is building opencv static library on pi or cross compiling on PC, then built OpenCvSharpExtern with static library of opencv. I'v built opencvsharp for jetson successfully .

colombod commented 4 years ago

That is enough to get unlocked but I was wondering if there is any plan to have the PI world covered with an official nuget package

colombod commented 4 years ago

I see unspecified for arm platform in github but not such packages published yet. Is it going to happen at any point?

m-roberts commented 3 years ago

This is closed by #1259

stale[bot] commented 2 years 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.