RGBD Point Cloud Visualization
This example demonstrates how to use the RGBD node to generate RGB-D data and visualize it as a 3D point cloud. The core pipeline remains the same, while visualization can be done in one of three interchangeable ways:- Rerun
- Open3D
- OAK Visualizer - Native viewer bundled with DepthAI
RGBD
and point cloud output is displayed. You can switch the visualizer in the code as needed.Demo

Setup
This example requires the DepthAI v3 API, see installation instructions.Pipeline
Source code with DepthAI Viewer in the loop
Python
C++
Source code with Open3D in the loop
Python
Source code with Rerun in the loop
Python
C++
Need assistance?
Head over to Discussion Forum for technical support or any other questions you might have.