back to home

realsenseai / librealsense

RealSense SDK

8,613 stars
4,977 forks
474 issues
C++CPython

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing realsenseai/librealsense in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/realsenseai/librealsense)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

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. 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: 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. 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 | :------------: | :----------: | :-------------: | | | Drones | Skeletal and People Tracking | Facial Authentication | :--------------------------: | :-----: | :----------------------: | | | 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** | | 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** | | 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** | | 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** | | 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** | | 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. • Download the latest SDK bundle from the Releases page. • Connect your RealSense camera. • Run the included tools: • RealSense Viewer: View streams, tune settings, record and playback. • Depth Quality Tool: Measure accuracy and fill rate. Setup Guides - precompiled SDK > **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. • Clone the repository and create a build directory: • Run CMake to configure the build: • Build the project: Setup Guides - build from source Python Packages **Which should I use?** • **Stable:** — validated releases aligned with SDK tags (Recommended for most users). • **Beta:** — fresher builds for early access and testing. Expect faster updates. Install > Both packages import as . Install **only one** at a time. Ready to Hack! Our library offers a high level API for using RealSense depth cameras (in addition to lower level ones). The following snippets show how to start streaming frames and extracting the depth value of a pixel: **C++** **Python** For more information on the library, please follow our examples or tools, and read the documentation to learn more. Supported Platforms Operating Systems and Platforms | Ubuntu | Windows | macOS High Sierra | Jetson | Raspberry Pi | |--------|---------|-------|--------|----------------| | | | | | Programming Languages and Wrappers | C++ | C | C# | Python | ROS 2 |Rest API | |-----|---|----|--------|-------|---------| | | | | | | | For more platforms and wrappers look over here. > Full feature support varies by platform – refer to the release notes for details. Community & Support • 📚 Wiki & Docs • 🐞 Report Issues- Found a bug or want to contribute? Read our contribution guidelines. > 🔎 Looking for legacy devices (F200, R200, LR200, ZR300)? Visit the legacy release. --- You can find us at