Sensors Overview
The ZED family of depth cameras is a multi-sensor platform. The cameras have built-in sensors to add position and motion-assisted capabilities to your app, from accelerometer and gyroscope sensors to temperature, barometer, magnetometer and more.
The sensors can be used to detect camera movements, compute the camera orientation according to the north magnetic pole, detect relative altitude variations, analyze external weather conditions, and much more.
Sensor Availability
The ZED SDK platform supports several categories of sensors:
The following table summarizes the availability of each sensor on ZED cameras.
* Out of production
Getting Sensor Data
You can access these sensors and acquire sensor data by using the Sensors API. The following information is accessible from the camera sensor stack:
Sensor Capabilities
The Sensors API provides several classes and interfaces that help you perform a wide variety of sensor-related tasks. For example, you can use the Sensors API to do the following:
- Determine which sensors are available on a device.
- Determine an individual sensor’s capabilities, such as its measurement range, resolution and noise.
- Acquire calibrated or raw sensor data.
- Get sensor hardware location, noise density and bias parameters for visual-inertial fusion.
See Using the API for more information.

