Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link in t265.md #5190

Merged
merged 1 commit into from
Nov 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/t265.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following `librealsense` examples and tools work with T265 (see the full of
- [rs-tracking-and-depth](../examples/tracking-and-depth) - Shows how to use the tracking camera together with a depth camera to display a 3D pointcloud with respect to a static reference frame
- [rs-trajectory](../examples/trajectory) - This sample demonstrates how to draw the 3D trajectory of the device's movement based on pose data.
- [rs-capture](../examples/capture) - 2D visualization of sensor data.
- [rs-save-to-disk](../examples/rs-save-to-disk) - Shows how to configure the camera and save PNGs
- [rs-save-to-disk](../examples/save-to-disk) - Shows how to configure the camera and save PNGs
- [rs-multicam](../examples/multicam) - Work multiple cameras streams simultaneously, in separate windows
- [rs-software-device](../examples/software-device) Shows how to create a custom `rs2::device`
- [rs-sensor-control](../examples/sensor-control) - A tutorial for using the `rs2::sensor` API
Expand Down