Giter VIP home page Giter VIP logo

Comments (6)

sajmons avatar sajmons commented on June 11, 2024

Thumbs up for ARM64 NuGet package for Raspberry Pi!

from opencvsharp.

DJSures avatar DJSures commented on June 11, 2024

Did you build it yourself or do you want me to post the one I built?

from opencvsharp.

sajmons avatar sajmons commented on June 11, 2024

No, I didn't build it myself, I yust wanna see it build as NuGet package so that can be easily included for linux-arm64 Raspberry Pi projects.

from opencvsharp.

andywcoder avatar andywcoder commented on June 11, 2024

Did you build it yourself or do you want me to post the one I built?

Can you please post the one you built?

from opencvsharp.

DJSures avatar DJSures commented on June 11, 2024

Here you go
libOpenCvSharpExtern.zip

from opencvsharp.

andywcoder avatar andywcoder commented on June 11, 2024

Thanks for the library. Unfortunately it is dynamic linked unlike the static linked library in the nuget package OpenCvSharp4.runtime.linux-arm.

I built the OpenCV 4.9.0 binaries which took half a day on my Raspberry Pi 4. After that ldd /libOpenCvSharpExtern.so still displays a missing reference:

/lib/aarch64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.32' not found

Running strings /lib/aarch64-linux-gnu/libstdc++.so.6 | grep GLIBCXX prints

...
GLIBCXX_3.4.27
GLIBCXX_3.4.28
GLIBCXX_3.4.29
GLIBCXX_3.4.30

So I'm trying to update libstdc++.so.6 which apparently is part of GCC. After building the GCC 13.2 binaries for a couple of hours it stopped with an error about an symbol lookup error: /lib/aarch64-linux-gnu/libicuuc.so.72: undefined symbol: _ZSt15__once_callable, version GLIBCXX_3.4.11.

During all the building I rewrote the C# app in Python, which is much easier to run on Linux. I really like C# and .NET, but things like that are just a hassle I don't need.

from opencvsharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.