Point cloud generation from depth map and pair (left and right) images

Hi @code_lover
Welcome to the Stereolabs community.

The ZED point cloud contains 32-bit color information in BGRA format to optimize data transfer.

To perform the task that you described you must parse the depth map pixel by pixel and apply the formulas described here.

1 Like