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/readme.md
+1
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ For a detailed explanations and API documentation see our [Documentation](../doc
39
39
|[Trajectory](./trajectory)| C++ | Shows how to calculate and render 3D trajectory based on pose data from a tracking camera | :star::star::star: | [](../doc/t265.md#examples-and-tools)
40
40
|[Software Device](./software-device)| C++ | Shows how to create a custom `rs2::device`|:star::star::star:|[](./depth.md)[](../doc/t265.md#examples-and-tools)|
41
41
|[GL](./gl)| C++ | Shows how to perform parts of frame processing using the GPU |:star::star::star:|[](./depth.md)|
42
+
|[GL-net](./gl-net)| C++ | Shows how to perform parts of frame processing using the GPU and network device|:star::star::star:|[](./depth.md)|
42
43
|[Sensor Control](./sensor-control)| C++ | A tutorial for using the `rs2::sensor` API |:star::star::star:|[](./depth.md)[](../doc/t265.md#examples-and-tools)|
43
44
|[GrabCuts](../wrappers/opencv/grabcuts)| C++ & [OpenCV](https://github.com/IntelRealSense/librealsense/tree/master/wrappers/opencv#getting-started)| Simple background removal using the GrabCut algorithm |:star::star::star:|[](./depth.md)|
44
45
|[Latency](../wrappers/opencv/latency-tool)| C++ & [OpenCV](https://github.com/IntelRealSense/librealsense/tree/master/wrappers/opencv#getting-started)| Basic latency estimation using computer vision |:star::star::star:|[](./depth.md)|
0 commit comments