Samples - ZED X One
Samples - ZED X One
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)
SVO Recording
Records video from a ZED X One camera to SVO format for later playback with the ZED SDK. (C++, Python)
SVO Playback
Plays back SVO files recorded from a ZED X One camera, with playback controls. (C++, Python)
SVO External Data
Shows how to embed custom data into an SVO recording and retrieve it during playback. (C++)
Streaming Sender
Streams live video from a ZED X One camera over the network. (C++, Python)
Streaming Receiver
Receives and displays a video stream from a remote ZED X One camera. (C++, Python)
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++)

