@@ -57,45 +57,50 @@ Here are some examples of the supported models:
5757
5858## Getting Started
5959
60+ ### Download Pre-Compiled Tools
6061** Download** the latest SDK from [ librealsense releases] ( https://github.com/IntelRealSense/librealsense/releases ) .
6162
62- <div align =" center " >
63-
64- <table style =" width : 100% ; max-width : 600px ; margin : 0 auto ;" >
65- <tr >
66- <th style="width: 50%;">RealSense Viewer</th>
67- <th style="width: 50%;">Depth Quality Tool</th>
68- </tr >
69- <tr >
70- <td style="width: 50%; vertical-align: top;">
71- <strong>Quickly access your camera to:</strong><br>
72- • View depth streams & point clouds<br>
73- • Record/playback streams<br>
74- • Configure settings & post-processing<br><br>
75- <a href="https://www.youtube.com/watch?v=sBxSExrjULg">▶️ Watch Demo</a> •
76- <a href="https://github.com/IntelRealSense/librealsense/releases">⬇️ Download</a> •
77- <a href="https://www.realsenseai.com/download/7144/">📚 User Guide</a>
78- </td>
79- <td style="width: 50%; vertical-align: top;">
80- <strong>Test depth quality metrics:</strong><br>
81- • Plane fit standard deviation<br>
82- • Subpixel accuracy<br>
83- • Distance accuracy & fill rate<br><br>
84- <a href="https://www.youtube.com/watch?v=daZitqbK1A8">▶️ Watch Demo</a> •
85- <a href="https://github.com/IntelRealSense/librealsense/releases">⬇️ Download</a>
86- </td>
87- </tr >
88- </table >
63+ <div align =" center " style =" display : flex ; justify-content : space-between ; flex-wrap : wrap ; gap : 20px ; max-width : 800px ; margin : 0 auto ;" >
64+
65+ <div style =" flex : 1 ; min-width : 300px ;" >
66+
67+ #### RealSense Viewer
68+ ** Quickly access your camera to:**
69+ - View depth streams & point clouds
70+ - Record/playback streams
71+ - Configure settings & post-processing
72+
73+ [ ▶️ Watch Demo] ( https://www.youtube.com/watch?v=sBxSExrjULg ) •
74+ [ ⬇️ Download] ( https://github.com/IntelRealSense/librealsense/releases ) •
75+ [ 📚 User Guide] ( https://www.realsenseai.com/download/7144/ )
76+
77+ </div >
78+
79+ <div style =" flex : 1 ; min-width : 300px ;" >
80+
81+ #### Depth Quality Tool
82+ ** Test depth quality metrics:**
83+ - Plane fit standard deviation
84+ - Subpixel accuracy
85+ - Distance accuracy & fill rate
86+
87+ [ ▶️ Watch Demo] ( https://www.youtube.com/watch?v=daZitqbK1A8 ) •
88+ [ ⬇️ Download] ( https://github.com/IntelRealSense/librealsense/releases )
89+
90+ </div >
8991
9092</div >
9193
94+ #### Setup Guides
95+ <div align =" center " style =" display : flex ; justify-content : center ; flex-wrap : wrap ; gap : 15px ; margin : 20px 0 ;" >
96+
97+ [ ![ Linux] ( https://img.shields.io/badge/-Linux-333333?logo=linux )] ( ./doc/distribution_linux.md )
98+ [ ![ Windows] ( https://img.shields.io/badge/-Windows-0078D6?logo=windows )] ( ./doc/distribution_windows.md )
99+ [ ![ macOS] ( https://img.shields.io/badge/-macOS-000000?logo=apple )] ( ./doc/installation_osx.md )
100+ [ ![ Android] ( https://img.shields.io/badge/-Android-3DDC84?logo=android )] ( ./doc/android.md )
101+ [ ![ Docker] ( https://img.shields.io/badge/-Docker-2496ED?logo=docker )] ( ./scripts/Docker/readme.md )
92102
93- ### Setup Guides
94- - [ Linux setup guide] ( ./doc/distribution_linux.md )
95- - [ Windows setup guide] ( ./doc/distribution_windows.md )
96- - [ macOS setup guide] ( ./doc/installation_osx.md )
97- - [ Android setup guide] ( ./doc/android.md )
98- - [ Docker setup guide] ( ./scripts/Docker/readme.md )
103+ </div >
99104
100105
101106## Build from source:
0 commit comments