GithubHelp home page GithubHelp logo

Comments (5)

peci1 avatar peci1 commented on August 15, 2024 1

You can try our fork https://github.com/ctu-mrs/bluefox2/. I'm not sure if it's supposed to run on Jetson or not, but it is maintained at least for x86.

from bluefox2.

peci1 avatar peci1 commented on August 15, 2024

What OS are you running on the Jetson? If it's Ubuntu 18.04 or 16.04, then it is probably impossible to get it working, since matrixvision haven't yet released an arm64 version of the SDK build with C++11 ABI. But the rest of the system uses C++11 ABI, and that's an unresolvable mismatch.

I asked matrixvision to release the missing SDK, so let's see.

from bluefox2.

wdeyes avatar wdeyes commented on August 15, 2024

@peci1 Thank you very much. I did use Ubuntu 16.04 on the Jetson TX2, and it can't work as you said. Later I use Raspberry Pi that runs Ubuntu meta 16.04, and it can work well. I think one possible reason is TX2 is aarch64 while Raspberry Pi is armv7l, which can be got by using uname -m. Finally, I use Intel NUC that is x86. It can also work well and has more computing power than the Raspberry Pi.

from bluefox2.

peci1 avatar peci1 commented on August 15, 2024

The ABI compile errors on Jetson TX2 are gone with driver version 2.35.0. But then other problems arise, since this driver isn't updated to work with this newer SDK version.

from bluefox2.

zdavatz avatar zdavatz commented on August 15, 2024

I am seeing the exact same problem on my Coral.ai Board trying to compile ContinuousCaptureFFmpeg.cpp doing
g++ -I/opt/mvIMPACT_Acquire ContinuousCaptureFFmpeg.cpp -o ffmpeg
I get ContinuousCaptureFFmpeg_12.4.2021.txt

from bluefox2.

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.