All Projects → IntelRealSense → meta-intel-realsense

IntelRealSense / meta-intel-realsense

Licence: other
Yocto layer for realsense-sdk and librealsense

Programming Languages

BitBake
79 projects
PHP
23972 projects - #3 most used programming language
pascal
1382 projects
HTML
75241 projects
C++
36643 projects - #6 most used programming language

Yocto Layer for librealsense

This layer adds the packages necessary for adding support for Intel® RealSense™ cameras via librealsense to your Yocto distribution.

Dependencies

This layer depends on packages provided by the following layers:

Usage

Yocto Poky

  1. Checkout the branch which corresponds with your version of Yocto
  2. Add the meta-intel-realsense layer to conf/bblayers.conf in your build directory
    BBLAYERS += "path/to/meta-intel-realsense"
  1. Add dependency layers to conf/bblayers.conf in your build directory
    BBLAYERS += "path/to/meta-openembedded/meta-oe"
  1. Include librealsense in your image by adding the following to conf/auto.conf
    CORE_IMAGE_EXTRA_INSTALL += "librealsense2 librealsense2-tools"

    # Optional
    CORE_IMAGE_EXTRA_INSTALL += "librealsense2-debug-tools"

Samples

To include sample apps in your image add the following to conf/auto.conf

    CORE_IMAGE_EXTRA_INSTALL += "librealsense2-examples"

If you are building an image with a graphical desktop you can also add the following

    CORE_IMAGE_EXTRA_INSTALL += "librealsense2-graphical-examples"

Python

To include Python support in your image include the following in your conf/auto.conf

    CORE_IMAGE_EXTRA_INSTALL += "python3-pyrealsense2"

License

This project is Copyright (C) 2015 Intel Corporation. Please see the LICENSE file for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].