From 1e7e4e279795602b6bf74ba34ae61ab584cee4f5 Mon Sep 17 00:00:00 2001 From: Brian Fulkerson Date: Mon, 13 May 2019 11:09:10 +0200 Subject: [PATCH] python/examples/readme.md: Add T265 examples --- wrappers/python/examples/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wrappers/python/examples/readme.md b/wrappers/python/examples/readme.md index f8e30c29f89..079c1c544f1 100644 --- a/wrappers/python/examples/readme.md +++ b/wrappers/python/examples/readme.md @@ -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