Get Started with ZED

What’s in the Box?

Congratulations on being the owner of a brand new camera!

Let’s review the items you have received:

ZED 2 ZED Mini ZED
  • A brand new ZED 2 Stereo camera
  • 1.2m built-in USB 3.0 cable
  • One Mini Tripod stand
  • A brand new ZED Mini camera
  • A 1.5m and a 4m external USB 3.0 cable
  • One VR mount
  • A brand new ZED Stereo camera
  • 1.5m built-in USB 3.0 cable
  • One Mini Tripod stand

Connect your camera

Unpack your camera, plug the camera in a USB 3.0 port and go to the next step. ZED cameras are all UVC compliant so they should be automatically recognized by your computer.

Some frequently asked questions:

Download and install the ZED SDK

The ZED SDK is available for Windows, Linux and Nvidia Jetson platforms. It contains all the libraries that powers your camera along with tools that let you test its features and settings.

Select your platform and follow the installation guide: Windows, Linux, Jetson.

Using Docker

For deployment in production environments, we recommend to package and run your applications and the ZED SDK in Docker containers.

Run ZED Explorer

The ZED Explorer is an application for ZED live preview and recording. It lets you change video resolution, aspect ratio, camera parameters, and capture high resolution snapshots and 3D video.

If the ZED is recognized by your computer, you’ll see the 3D video from your camera.

The ZED Explorer is located in the following folders:

  • Windows: C:\Program Files (x86)\ZED SDK\tools\ZED Explorer.exe
  • Ubuntu: /usr/local/zed/tools/ZED Explorer

Run ZED Depth Viewer

The ZED Depth Viewer uses the SDK to capture and display the depth map and 3D point cloud. Run the ZED Depth Viewer to check that the depth map is displayed correctly. Try different Depth Modes to select the depth quality/performance ratio that suits you best.

The ZED Depth Viewer is located in the following folders:

  • Windows: C:\Program Files (x86)\ZED SDK\tools\ZED Depth Viewer.exe
  • Ubuntu: /usr/local/zed/tools/ZED Depth Viewer

Play with the samples

The ZED SDK includes several tutorials and samples to learn how to use video, depth, tracking and mapping information, along with many third-party integrations.

You can also check our GitHub page for the latest updates. Read the API documentation to learn more, and start experimenting with the samples!