SkillAgentSearch skills...

Librealsense

RealSense SDK

Install / Use

/learn @realsenseai/Librealsense
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <!-- Light mode --> <img src="doc/img/realsense-logo-light-mode.png#gh-light-mode-only" alt="Logo for light mode" width="30%"/> <!-- Dark mode --> <img src="doc/img/realsense-logo-dark-mode.png#gh-dark-mode-only" alt="Logo for dark mode" width="30%"/> <br><br> </p> <p align="center">RealSense SDK 2.0 is a cross-platform library for RealSense depth cameras. The SDK allows depth and color streaming, and provides intrinsic and extrinsic calibration information.</p> <p align="center"> <a href="https://www.apache.org/licenses/LICENSE-2.0"><img src="https://img.shields.io/github/license/realsenseai/librealsense.svg" alt="License"></a> <a href="https://github.com/realsenseai/librealsense/releases/latest"><img src="https://img.shields.io/github/v/release/realsenseai/librealsense?sort=semver" alt="Latest release"></a> <a href="https://github.com/realsenseai/librealsense/compare/master...development"><img src="https://img.shields.io/github/commits-since/realsenseai/librealsense/master/development?label=commits%20since" alt="Commits since"></a> <a href="https://github.com/realsenseai/librealsense/issues"><img src="https://img.shields.io/github/issues/realsenseai/librealsense.svg" alt="Issues"></a> <a href="https://github.com/realsenseai/librealsense/actions/workflows/buildsCI.yaml?query=branch%3Adevelopment"><img src="https://github.com/realsenseai/librealsense/actions/workflows/buildsCI.yaml/badge.svg?branch=development" alt="GitHub CI"></a> <a href="https://github.com/realsenseai/librealsense/network/members"><img src="https://img.shields.io/github/forks/realsenseai/librealsense.svg" alt="Forks"></a> </p>

Important Notice

We are happy to announce that the RealSense GitHub repositories have been successfully migrated to the RealSenseAI organization. Please make sure to update your links to the new RealSenseAI organization for both cloning the repositories and accessing specific files within them.

https://github.com/IntelRealSense/librealsense --> https://github.com/realsenseai/librealsense

Note 1: A redirection from the previous name IntelRealSense is currently in place, but we cannot guarantee how long it will remain active. We recommend that all users update their references to point to the new GitHub location.

Note 2: Users who install the SDK via APT are required to update the APT key as explained in the following guide

Branch Policy

We have updated our branch policy: From now on, we will also push beta releases to the master branch, so users can access up-to-date code and features. In the near future, beta binaries will also be pushed to public distribution servers (e.g., APT). The last validated official release can be found on our Releases page on GitHub.

Use Cases

Below are some of the many real-world applications powered by RealSense technology:

Robotics | Depth Sensing | 3D Scanning | :------------: | :----------: | :-------------: | <a href="https://realsenseai.com/case-studies/?capability_application=autonomous-mobile-robots"><img src="https://librealsense.realsenseai.com/readme-media/realsense_examplerealsense_example.gif" width="240"/></a> |<a href="https://realsenseai.com/case-studies/?q=/case-studies&"><img src="https://librealsense.realsenseai.com/readme-media/align-expectede.gif" width="240"/></a> | <a href="https://realsenseai.com/case-studies/?capability_application=autonomous-mobile-robots"><img src="https://librealsense.realsenseai.com/readme-media/realsense_dynamic_example.gif" width="240"/></a>

Drones | Skeletal and People Tracking | Facial Authentication | :--------------------------: | :-----: | :----------------------: | <a href="https://realsenseai.com/case-studies/?q=/case-studies&"><img src="https://librealsense.realsenseai.com/readme-media/drone-demo.gif" width="240"/></a> |<a href="https://realsenseai.com/case-studies/?capability_application=monitoring-and-tracking"><img src="https://librealsense.realsenseai.com/readme-media/SkeletalTracking.gif" width="240"/></a> | <a href="https://realsenseai.com/case-studies/?capability_application=biometrics"><img src="https://librealsense.realsenseai.com/readme-media/face-demo.gif" width="240"/></a>

Why RealSense?

  • High-resolution color and depth at close and long ranges
  • Open source SDK with rich examples and wrappers (Python, ROS, C#, Unity and more...)
  • Active developer community and defacto-standard 3D stereo camera for robotics
  • Cross-platform support: Windows, Linux, macOS, Android, and Docker

Product Line

RealSense stereo depth products use stereo vision to calculate depth, providing high-quality performance in various lighting and environmental conditions.

Here are some examples of the supported models:

| Product | Image | Description | |---------|-------|-------------| | D555 PoE | <img src="https://realsenseai.com/wp-content/uploads/2025/07/D555.png" width="1000"> | The RealSense™ Depth Camera D555 introduces Power over Ethernet (PoE) interface on chip, expanding our portfolio of USB and GMSL/FAKRA products. | | D457 GMSL/FAKRA | <img src="https://realsenseai.com/wp-content/uploads/2025/07/D457.png" width="1000"> | The RealSense™ Depth Camera D457 is our first GMSL/FAKRA high bandwidth stereo camera. The D457 has an IP65 grade enclosure protecting it from dust ingress and projected water. | | D455 | <img src="https://www.realsenseai.com/wp-content/uploads/2021/11/455.png" width="1000"> | The RealSense D455 is a long-range stereo depth camera with a 95 mm baseline, global-shutter depth sensors, an RGB sensor, and a built-in IMU, delivering accurate depth at distances up to 10 m.. | | D435if | <img src="https://realsenseai.com/wp-content/uploads/2025/06/D435if-a.png" width="1000"> | The D435if is one of RealSense™ Depth Camera with IR pass filter family expanding our portfolio targeting the growing robotic market. The D400f family utilizes an IR pass filter to enhance depth quality and performance range in many robotic environments.| | D405 | <img src="https://realsenseai.com/wp-content/uploads/2025/07/D-405.png" width="1000"> | The RealSense™ Depth Camera D405 is a short-range stereo camera providing sub-millimeter accuracy for your close-range computer vision needs. |

🛍️ Explore more stereo products

Getting Started

Start developing with RealSense in minutes using either method below.

1️. Precompiled SDK

This is the best option if you want to plug in your camera and get started right away.

  1. Download the latest SDK bundle from the Releases page.
  2. Connect your RealSense camera.
  3. Run the included tools:

Setup Guides - precompiled SDK

<a href="./doc/distribution_linux.md"><img src="https://img.shields.io/badge/Ubuntu_Guide-333?style=flat&logo=ubuntu&logoColor=white" style="margin: 5px;" alt="Linux\Jetson Guide"/></a> <a href="./doc/distribution_windows.md"><img src="https://custom-icon-badges.demolab.com/badge/Windows_Guide-333?logo=windows11&logoColor=white" style="margin: 5px;" alt="Windows Guide"/></a>

Note: For minor releases, we publish Debian packages as release artifacts that you can download and install directly.

2️. Build from Source

For a more custom installation, follow these steps to build the SDK from source.

  1. Clone the repository and create a build directory:
    git clone https://github.com/realsenseai/librealsense.git
    cd librealsense
    mkdir build && cd build
    
  2. Run CMake to configure the build:
    cmake ..
    
  3. Build the project:
    cmake --build .
    

Setup Guides - build from source

<a href="./doc/installation.md"><img src="https://img.shields.io/badge/Ubuntu_Guide-333?style=flat&logo=ubuntu&logoColor=white" style="margin: 5px;" alt="Linux Guide"/></a> <a href="./doc/installation_jetson.md"><img src="https://img.shields.io/badge/Jetson_Guide-333?style=flat&logo=nvidia&logoColor=white" style="margin: 5px;" alt="Jetson Guide"/></a> <a href="./doc/installation_windows.md"><img src="https://custom-icon-badges.demolab.com/badge/Windows_Guide-333?logo=windows11&logoColor=white" style="margin: 5px;" alt="Windows Guide"/></a> <a href="./doc/installation_osx.md"><img src="https://img.shields.io/badge/macOS_Guide-333?style=flat&logo=apple&logoColor=white" style="margin: 5px;" alt="macOS Guide"/></a>

Python Packages

pyrealsense2 PyPI - pyrealsense2-beta

Which should I use?

  • Stable: pyrealsense2 — validated releases aligned with SDK tags (Recommended for most users).
  • Beta: pyrealsense2-beta — fresher builds for early access and testing. Expect faster updates.

Install

pip install pyrealsense2 # Stable
pip install pyrealsense2-beta # Beta

Both p

View on GitHub
GitHub Stars8.6k
CategoryDevelopment
Updated3h ago
Forks5.0k

Languages

C++

Security Score

95/100

Audited on Mar 24, 2026

No findings