Skip to content

Commit cfdcddb

Browse files
committed
Update readme.md
1 parent 8d97616 commit cfdcddb

1 file changed

Lines changed: 29 additions & 52 deletions

File tree

readme.md

Lines changed: 29 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Skeletal and people tracking | Drones | Facial authentication |
3838

3939
- **High-resolution depth** at close and long ranges
4040
- **Open source SDK** with rich examples and wrappers (Python, ROS, C#, Unity and [more...](https://github.com/IntelRealSense/librealsense/tree/master/wrappers))
41-
- **Active developer community** and Intel-backed support
41+
- **Active developer community**
4242
- **Cross-platform** support: Windows, Linux, macOS, Android, and Docker
4343

4444
## Product Line
@@ -49,72 +49,49 @@ Here are some examples of the supported models:
4949

5050
| Product | Image | Description |
5151
|--------|-------|-------------|
52-
| [**D455**](https://realsenseai.com/stereo-depth-cameras/real-sense-depth-camera-d455/) | <img src="https://www.realsenseai.com/wp-content/uploads/2021/11/455.png"> | The D455 is the fourth in the D400 series, designed from feedback and knowledge gained from over 10 years of stereo camera development. |
53-
| [**D435f**](https://realsenseai.com/stereo-depth-with-ir-pass-filter/d435f/) | <img src="https://realsenseai.com/wp-content/uploads/2025/07/D435if-a.png"> | The RealSense™ Depth Camera D435f expands our portfolio targeting the growing market of autonomous mobile robots. The D435f utilizes an IR pass filter to enhance depth noise quality and performance range in many robotic environments. |
54-
| [**D555 PoE**](https://realsenseai.com/ruggedized-industrial-stereo-depth/d555-poe/) | <img src="https://realsenseai.com/wp-content/uploads/2025/07/D555.png"> | The RealSense™ Depth Camera D555 introduces Power over Ethernet (PoE) interface on chip, expanding our portfolio of USB and GMSL/FAKRA products. |
52+
| [**D455**](https://realsenseai.com/stereo-depth-cameras/real-sense-depth-camera-d455/) | <img src="https://www.realsenseai.com/wp-content/uploads/2021/11/455.png" width="70%"> | The D455 is the fourth in the D400 series, designed from feedback and knowledge gained from over 10 years of stereo camera development. |
53+
| [**D435f**](https://realsenseai.com/stereo-depth-with-ir-pass-filter/d435f/) | <img src="https://realsenseai.com/wp-content/uploads/2025/07/D435if-a.png" width="70%"> | The RealSense™ Depth Camera D435f expands our portfolio targeting the growing market of autonomous mobile robots. The D435f utilizes an IR pass filter to enhance depth noise quality and performance range in many robotic environments. |
54+
| [**D555 PoE**](https://realsenseai.com/ruggedized-industrial-stereo-depth/d555-poe/) | <img src="https://realsenseai.com/wp-content/uploads/2025/07/D555.png" width="70%"> | The RealSense™ Depth Camera D555 introduces Power over Ethernet (PoE) interface on chip, expanding our portfolio of USB and GMSL/FAKRA products. |
5555

5656
> 🛍️ [Explore more stereo products](https://store.realsenseai.com/)
5757
5858
## Getting Started
5959

60-
### Download Pre-Compiled Tools
61-
**Download** the latest SDK from [librealsense releases](https://github.com/IntelRealSense/librealsense/releases).
60+
Start developing with RealSense in minutes using either method:
6261

62+
### 1️⃣ Precompiled SDK
63+
**Best if you want to plug in a camera and try things right away.**
6364

64-
#### RealSense Viewer
65-
**Quickly access your camera to:**
66-
- View depth streams & point clouds
67-
- Record/playback streams
68-
- Configure settings & post-processing
6965

70-
[▶️ Watch Demo](https://www.youtube.com/watch?v=sBxSExrjULg)
71-
[⬇️ Download](https://github.com/IntelRealSense/librealsense/releases)
72-
[📚 User Guide](https://www.realsenseai.com/download/7144/)
66+
1. **Download** the latest SDK bundle from the [Releases page](https://github.com/IntelRealSense/librealsense/releases).
67+
2. **Connect** your RealSense camera via USB.
68+
3. **Run** the included tools:
7369

70+
**RealSense Viewer**
71+
- View depth/RGB streams & point clouds
72+
- Record / playback
73+
- Tune settings & post-processing
74+
[▶️ Demo](https://www.youtube.com/watch?v=sBxSExrjULg)[⬇️ Download](https://github.com/IntelRealSense/librealsense/releases)[📚 User Guide](https://www.realsenseai.com/download/7144/)
7475

76+
**Depth Quality Tool**
77+
- Plane-fit std. dev., sub-pixel accuracy
78+
- Distance accuracy & fill rate
79+
[▶️ Demo](https://www.youtube.com/watch?v=daZitqbK1A8)[⬇️ Download](https://github.com/IntelRealSense/librealsense/releases)
7580

76-
#### Depth Quality Tool
77-
**Test depth quality metrics:**
78-
- Plane fit standard deviation
79-
- Subpixel accuracy
80-
- Distance accuracy & fill rate
81-
82-
[▶️ Watch Demo](https://www.youtube.com/watch?v=daZitqbK1A8)
83-
[⬇️ Download](https://github.com/IntelRealSense/librealsense/releases)
84-
81+
### 2️⃣ Build from Source
8582

83+
```bash
84+
git clone https://github.com/IntelRealSense/librealsense.git
85+
mkdir build && cd build
86+
cmake .. -DBUILD_EXAMPLES=true
87+
cmake --build . --config Release -j$(nproc)
88+
```
89+
8690
</div>
8791

8892
#### Setup Guides
89-
<div align="center" style="display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin: 20px 0;">
90-
91-
[![Linux](https://img.shields.io/badge/-Linux-333333?logo=linux)](./doc/distribution_linux.md)
92-
[![Windows](https://img.shields.io/badge/-Windows-0078D6?logo=windows)](./doc/distribution_windows.md)
93-
[![macOS](https://img.shields.io/badge/-macOS-000000?logo=apple)](./doc/installation_osx.md)
94-
[![Android](https://img.shields.io/badge/-Android-3DDC84?logo=android)](./doc/android.md)
95-
[![Docker](https://img.shields.io/badge/-Docker-2496ED?logo=docker)](./scripts/Docker/readme.md)
96-
97-
</div>
98-
99-
100-
## Build from source:
101-
102-
**Install** the SDK: Clone the repo, install dependencies, then build:
103-
104-
```
105-
bash
106-
git clone https://github.com/IntelRealSense/librealsense.git
107-
cd librealsense
108-
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
109-
sudo apt-get install libssl-dev libusb-1.0-0-dev libudev-dev pkg-config libgtk-3-dev
110-
mkdir build && cd build
111-
cmake .. -DBUILD_EXAMPLES=true
112-
sudo make install
113-
```
93+
<div align="center" style="margin: 20px 0;"> <a href="./doc/distribution_linux.md"><img src="https://img.shields.io/badge/Ubuntu_Guide-E95420?logo=ubuntu&logoColor=white" style="margin: 5px;"></a> <a href="./doc/distribution_windows.md"><img src="https://img.shields.io/badge/Windows_Guide-0078D6?logo=windows&logoColor=white" style="margin: 5px;"></a> <a href="./doc/installation_osx.md"><img src="https://img.shields.io/badge/macOS_Guide-000000?logo=apple&logoColor=white" style="margin: 5px;"></a> <a href="./doc/android.md"><img src="https://img.shields.io/badge/Android_Guide-3DDC84?logo=android&logoColor=white" style="margin: 5px;"></a> <a href="./scripts/Docker/readme.md"><img src="https://img.shields.io/badge/Docker_Guide-2496ED?logo=docker&logoColor=white" style="margin: 5px;"></a> </div>
11494

115-
**Launch** the RealSense Viewer or sample applications:
116-
- Run `realsense-viewer` to verify that your camera streams (depth, color, IR) are working properly.
117-
- Or try out the provided examples in C++, Python, ROS, Unity, and others to test basic depth capture and processing.
11895

11996

12097

@@ -144,7 +121,7 @@ For more information on the library, please follow our [examples](./examples), a
144121

145122
| Ubuntu | Windows | Android | macOS |
146123
|--------|---------|---------|-------|
147-
| <div align="center"><a href="https://dev.realsenseai.com/docs/compiling-librealsense-for-linux-ubuntu-guide"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/ubuntu.png?raw=true" width="50%" alt="Ubuntu" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/compiling-librealsense-for-windows-guide"><img src="https://librealsense.intel.com/readme-media/Windows_logo.svg.png" width="50%" alt="Windows" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/android-build-of-the-intel-realsense-sdk-20"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/android.png?raw=true" width="50%" alt="Android" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/macos-installation-for-intel-realsense-sdk"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/apple-dark.png?raw=true"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/apple-light.png?raw=true" width="50%" alt="macOS" /></picture></a></div> |
124+
| <div align="center"><a href="https://dev.realsenseai.com/docs/compiling-librealsense-for-linux-ubuntu-guide"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/ubuntu.png?raw=true" width="40%" alt="Ubuntu" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/compiling-librealsense-for-windows-guide"><img src="https://librealsense.intel.com/readme-media/Windows_logo.svg.png" width="40%" alt="Windows" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/android-build-of-the-intel-realsense-sdk-20"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/android.png?raw=true" width="40%" alt="Android" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/macos-installation-for-intel-realsense-sdk"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/apple-dark.png?raw=true"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/apple-light.png?raw=true" width="40%" alt="macOS" /></picture></a></div> |
148125

149126
### Platforms
150127

0 commit comments

Comments
 (0)