STEREOLABS

Meet ZED SDK

All the tools you need to build and ship advanced software with spatial awareness.

Previous release

3.8.2

SDK DOWNLOAD

Windows | Linux | Jetson

Latest release

4.0Early Access

SDK DOWNLOAD

Windows | Linux | Jetson

Learn how to use the ZED and build your first app with the SDK.

Explore docs

See how easy it is to use the API and its samples.

See samples

Get up and running by building your first tutorial apps.

See tutorials

Any questions? Check our FAQ or feel free to get in touch with us - we would love to help.

Help center

Get started with a few lines of code.

  • Video Capture
  • Depth Sensing
  • Positional Tracking
  • 3D Object Detection
  • Body Tracking
  • Spatial Mapping
  • Explore Docs
C++PythonC#
#include <sl/Camera.hpp>
int main() {
    // Initialize and open the camera
    sl::Camera zed;
    zed.open();

    // Create a matrix to store the image
    sl::Mat image;
    int i = 0;

    while(i++ < 1000){
        // Grab a frame and retrieve the left image
        zed.grab();
        zed.retrieveImage(image, sl::VIEW::LEFT);
    }
    return 0;
}

Integrations

Use the ZED with your favorite platforms and libraries. Make sure to check our Docs and GitHub page for the latest integrations!

Optimized for Embedded Platforms

With ZED cameras and NVIDIA Jetson embedded platforms, start building the next generation of smart AI robotics and analytics applications. Get ZED SDK for NVIDIA Jetson.

Jetson Nano

Jetson TX2 NX

Jetson Xavier NX

Jetson AGX Orin

Meet ZED SDK

Get up and running and start building apps with the ZED today.

Download SDKExplore Docs