GithubHelp home page GithubHelp logo

Comments (9)

ddiakopoulos avatar ddiakopoulos commented on May 2, 2024

What is your kernel version (uname -r) and your version of GCC (g++ -v)?

from librealsense.

MEIXuYan avatar MEIXuYan commented on May 2, 2024

The computer is not here currently,I will sent you the version information later.
I found the computer is with NVIDIA 4-Plus-1 (4-Plus-1™) ARM® Cortex-A15,not the Intel chip.
Is this the real problem? If so,do you know any mini-pc or embedded hardware platform(if it has to be intel product) can run realsense?
Because I really want to use the depth image on a small robot ,and it can be powered by battery.
Thank you very much.

from librealsense.

MEIXuYan avatar MEIXuYan commented on May 2, 2024

kernel version: 3.10.40
GCC version:4.8.4(Ubuntu/Linaro 4.8.4-2ubuntu1~14.04)

from librealsense.

ddiakopoulos avatar ddiakopoulos commented on May 2, 2024

Hi. The -mssse3 flag instructs GCC to enable SSSE3 x86 instructions which are required by a particular function in our library (yuy2=>RGB conversion in image.cpp). In order to compile without this flag for ARM architectures, you will need to re-write that functionality (a counterpart with NEON acceleration would be ideal, but a simple implementation would suffice).

If you would like to move to x86, there are several products that might meet your needs for small and low power:

  • Intel MinnowBoard Max
  • Kangaroo MD2B
  • Intel NUC
  • The forthcoming Intel Compute Stick 2 (available in March 2016)

from librealsense.

ddiakopoulos avatar ddiakopoulos commented on May 2, 2024

Also, if you need a reference implementation for yuyv to rgb conversion, here is a good source: https://github.com/ktossell/libuvc/blob/master/src/frame.c#L158

from librealsense.

MEIXuYan avatar MEIXuYan commented on May 2, 2024

Thank you for your time!

from librealsense.

MEIXuYan avatar MEIXuYan commented on May 2, 2024

I try to do yuyv to rgb conversion on ARM these day,but it is too hard for me as a beginner.
Since our robot just need the depth message(get 640X480 depth info array,our robot were based on Kinect One before),can I ignore the rgb data so that I can get depth data without using ssse3?
Is that a feasible scheme? Thank you.

from librealsense.

bobdavies2000 avatar bobdavies2000 commented on May 2, 2024

from librealsense.

MEIXuYan avatar MEIXuYan commented on May 2, 2024

Thank you.
have you succeed in transfer it on ARM platform?
My Liunx kenral is v 3.10.40(is that suitable for librealsense?)
Currently I can't build the cpp-tutorial-1-depth.pro in qt,two errors occurs:
1.cstdio : no such file or dictionary
2.it shows no compiler,my gcc can't work (GCC version:4.8.4)

from librealsense.

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.