You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/depth.md
+1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ This is a subset of SDK examples, for full list see [readme.md](./readme.md)
24
24
|[Record & Playback](./record-playback)| C++ | Demonstrating usage of the recorder and playback devices |:star::star:|[](./depth.md)|
25
25
|[Motion](./motion)| C++ | Demonstrates how to use data from gyroscope and accelerometer to compute the rotation of the camera |:star::star:|[](./depth.md)|
26
26
|[DNN](../wrappers/opencv/dnn)| C++ & OpenCV | Intel RealSense camera used for real-time object-detection |:star::star:|[](./depth.md)|
27
+
|[Tracking and Depth](./tracking-and-depth)| C++ | Shows how to use the tracking camera T265 together with a depth camera to display a 3D pointcloud with respect to a static reference frame | :star::star: | [](./depth.md)[](../doc/t265.md#examples-and-tools)
27
28
|[Software Device](./software-device)| C++ | Shows how to create a custom `rs2::device`|:star::star::star:|[](./depth.md)[](../doc/t265.md#examples-and-tools)|
28
29
|[Sensor Control](./sensor-control)| C++ | A tutorial for using the `rs2::sensor` API |:star::star::star:|[](./depth.md)[](../doc/t265.md#examples-and-tools)|
29
30
|[GrabCuts](../wrappers/opencv/grabcuts)| C++ & OpenCV | Simple background removal using the GrabCut algorithm |:star::star::star:|[](./depth.md)|
0 commit comments