Skip to content

Latest commit

 

History

History
 
 

spatial mapping

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Spatial Mapping

These samples provide a comprehensive overview of how to leverage the ZED SDK for effective spatial mapping using a single ZED camera. With these samples, users can gain a solid understanding of how to utilize the ZED stereo camera to create detailed 3D maps of indoor and outdoor environments, all without requiring the use of additional sensors or equipment. You can find additional information on the Spatial Mapping module in our Documentation and API Reference.

Overview

This section contains the following code samples:

  • Basic Spatial Mapping Sample: A full presentation of the spatial mapping module, which can create Meshes or Fused Point Clouds, all parameters are exposed. Mesh is overlaid to the current image.

  • Advanced point cloud mapping Perform only Fused Point Cloud mapping, displays the current result in a 3D OpenGL window.