@@ -65,7 +65,7 @@ This is the best option if you want to plug in your camera and get started right
65651 . Download the latest SDK bundle from the [ Releases page] ( https://github.com/IntelRealSense/librealsense/releases ) .
66662 . Connect your RealSense camera.
67673 . Run the included tools:
68- - RealSense Viewer: View streams, record playback, and tune settings .
68+ - RealSense Viewer: View streams, tune settings, record and playback .
6969 - Depth Quality Tool: Measure accuracy and fill rate.
7070
7171### 2️. Build from Source
@@ -85,7 +85,13 @@ For a more custom installation, follow these steps to build the SDK from source.
8585 ` ` `
8686
8787# ## Setup Guides
88- < 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>
88+ < div align=" center" style=" margin: 20px 0;" >
89+ < 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=" Ubuntu Guide" /></a>
90+ < 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>
91+ < 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>
92+ < a href=" ./doc/android.md" ><img src=" https://img.shields.io/badge/Android_Guide-333?style=flat&logo=android&logoColor=white" style=" margin: 5px;" alt=" Android Guide" /></a>
93+ < a href=" ./scripts/Docker/readme.md" ><img src=" https://img.shields.io/badge/Docker_Guide-333?style=flat&logo=docker&logoColor=white" style=" margin: 5px;" alt=" Docker Guide" /></a>
94+ < /div>
8995
9096
9197# # Python Packages
@@ -140,9 +146,9 @@ For more information on the library, please follow our [examples](./examples), a
140146
141147# ## Programming Languages
142148
143- | C++ | C | C# | .NET | Python | Matlab |
144- | -----| ---| ----| ------| ------ --| --------|
145- | <div align="center"><a href="https://dev.realsenseai.com/docs/code-samples"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/cpp.png?raw=true" width="50%" alt="" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/code-samples"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/c.png?raw=true" width="60%" alt="" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/csharp-wrapper"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/c-sharp.png?raw=true" width="50%" alt="" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/csharp-wrapper"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/NET_logo.png?raw=true" width="50%" alt="" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/python2"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/python.png?raw=true" width="30%" alt="" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/matlab-wrapper"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/matlab.png?raw=true" width="40%" alt="" /></a></div>
149+ | C++ | C | C# | Python | Matlab |
150+ | -----| ---| ----| --------| --------|
151+ | <div align="center"><a href="https://dev.realsenseai.com/docs/code-samples"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/cpp.png?raw=true" width="50%" alt="" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/code-samples"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/c.png?raw=true" width="60%" alt="" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/csharp-wrapper"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/c-sharp.png?raw=true" width="50%" alt="" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/python2"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/python.png?raw=true" width="30%" alt="" /></a></div> | <div align="center"><a href="https://dev.realsenseai.com/docs/matlab-wrapper"><img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/matlab.png?raw=true" width="40%" alt="" /></a></div>
146152
147153# ## Frameworks and Wrappers
148154
0 commit comments