Tutorials

TutorialDescriptionLink
Hello ZEDThis is the simplest tutorial. It shows how to open a stereo camera and print its serial number in the terminal.C++
Python
Image CaptureShows how to open a stereo camera, capture an image and print its timestamp and image size in the terminal.C++
Python
Depth PerceptionShows 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 TrackingShows how to enable positional tracking and get the position and orientation of the camera in real time.C++
Python
Spatial MappingShows how to enable spatial mapping and capture a mesh or fused point cloud of the environment.C++
Python
3D Object DetectionShows how to detect objects in a scene and localize them in 3D.C++
Python
Using SensorsShows how to acquire IMU, barometer and magnetometer data.C++
Python
3D Body TrackingShows how to detect human body skeletons in a 3D scene.C++
Python
Geo-trackingShows how to use the Geo-tracking Fusion API to display fused GNSS and positional tracking data on a map.C++
Python