Tutorials
| Tutorial | Description | Link |
|---|---|---|
| Hello ZED | This is the simplest tutorial. It shows how to open a stereo camera and print its serial number in the terminal. | C++ Python |
| Image Capture | Shows how to open a stereo camera, capture an image and print its timestamp and image size in the terminal. | C++ Python |
| Depth Perception | Shows how to retrieve the depth and point cloud of a scene, and print the distance of a given point in the terminal. | C++ Python |
| Camera Tracking | Shows how to enable positional tracking and get the position and orientation of the camera in real time. | C++ Python |
| Spatial Mapping | Shows how to enable spatial mapping and capture a mesh or fused point cloud of the environment. | C++ Python |
| 3D Object Detection | Shows how to detect objects in a scene and localize them in 3D. | C++ Python |
| Using Sensors | Shows how to acquire IMU, barometer and magnetometer data. | C++ Python |
| 3D Body Tracking | Shows how to detect human body skeletons in a 3D scene. | C++ Python |
| Geo-tracking | Shows how to use the Geo-tracking Fusion API to display fused GNSS and positional tracking data on a map. | C++ Python |