Samples - ZED X One

Open in ClaudeOpen in ChatGPT

This section contains samples demonstrating how to use the ZED SDK with the ZED X One monocular camera — a compact mono camera that provides high-quality video capture, streaming and recording capabilities via the sl::CameraOne API.

These samples require ZED SDK 5.0 or later and a ZED X One camera.

Getting Started

  • First, download the latest version of the ZED SDK.
  • Download the ZED X One sample code in C++ or Python.

Samples in this category

Live

Captures and displays live video from a ZED X One camera, with camera settings control. (C++, Python)

GitHub

SVO Recording

Records video from a ZED X One camera to SVO format for later playback with the ZED SDK. (C++, Python)

GitHub

SVO Playback

Plays back SVO files recorded from a ZED X One camera, with playback controls. (C++, Python)

GitHub

SVO External Data

Shows how to embed custom data into an SVO recording and retrieve it during playback. (C++)

GitHub

Streaming Sender

Streams live video from a ZED X One camera over the network. (C++, Python)

GitHub

Streaming Receiver

Receives and displays a video stream from a remote ZED X One camera. (C++, Python)

GitHub

Custom Inference

Shows how to retrieve a pre-processed tensor from a ZED X One camera to run your own AI model directly, similar to Camera::retrieveTensor() on stereo ZED cameras (see the Retrieve Tensor tutorial). (C++)

GitHub