These Examples demonstrate how to use the python wrapper of the SDK.
- Tutorial 1 - Demonstrates how to start streaming depth frames from the camera and display the image in the console as an ASCII art.
- NumPy and OpenCV - Example of rendering depth and color images using the help of OpenCV and Numpy
- Stream Alignment - Demonstrate a way of performing background removal by aligning depth images to color images and performing simple calculation to strip the background.
- RS400 Advanced Mode - Example of the advanced mode interface for controlling different options of the D400 cameras
- Realsense Backend - Example of controlling devices using the backend interface
- Read bag file - Example on how to read bag file and use colorizer to show recorded depth stream in jet colormap.
- Box Dimensioner Multicam - Simple demonstration for calculating the length, width and height of an object using multiple cameras.
- T265 Basic - Demonstrates how to retrieve pose data from a T265
- T265 Coordinates - This example shows how to change coordinate systems of a T265 pose
- T265 Stereo - This example shows how to use T265 intrinsics and extrinsics in OpenCV to asynchronously compute depth maps from T265 fisheye images on the host.
- Realsense over Ethernet - This example shows how to stream depth data from RealSense depth cameras over ethernet.
- OpenCV software renderer
- PyGlet pointcloud renderer - requires
pip install pyglet