Skip to content

Commit

Permalink
python/examples/readme.md: Add T265 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bfulkers-i committed May 13, 2019
1 parent fc3dff5 commit 1e7e4e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wrappers/python/examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ These Examples demonstrate how to use the python wrapper of the SDK.
5. [Realsense Backend](./pybackend_example_1_general.py) - Example of controlling devices using the backend interface
6. [Read bag file](./read_bag_example.py) - Example on how to read bag file and use colorizer to show recorded depth stream in jet colormap.
7. [Box Dimensioner Multicam](./box_dimensioner_multicam/box_dimensioner_multicam_demo.py) - Simple demonstration for calculating the length, width and height of an object using multiple cameras.
8. [T265 Basic](./t265_example.py) - Demonstrates how to retrieve pose data from a T265
9. [T265 Coordinates](./t265_rpy.py) - This example shows how to change coordinate systems of a T265 pose
10. [T265 Stereo](./t265_stereo.py) - This example shows how to use T265 intrinsics and extrinsics in OpenCV to asynchronously compute depth maps from T265 fisheye images on the host.

## Pointcloud Visualization

Expand Down

0 comments on commit 1e7e4e2

Please sign in to comment.