pip install open3d
pip install pyrealsense2
Combine RGB information and depth data from the depth camera to synthesize a 3D point cloud with color information.
""" python pointcloud_generator.py """
-
Set the depth module to manual exposure and increase the exposure time appropriately.
-
Post-process depth images using spatial filter and temporal filter.