The ZED SDK allows you to add depth, motion sensing and spatial AI to your application. Available as a standalone installer, it includes applications, tools and sample projects with source code.
The ZED SDK 4.2 update introduces compatibility with the new ZED One camera and HDR modes for ZED X One 4k cameras, along with improved memory handling, gravity estimation, and depth mode speed. It also adds a Health Check module for camera status monitoring and enables custom ONNX file inference and semantic mask ingestion. The Fusion module is now compatible with Object Detection, improving data synchronization and positional tracking.
Nov 19, 2024
Oct 8, 2024
GEN_2
.Sep 30, 2024
InitParameters::async_image_retrieval
parameter.NEURAL
depth mode, especially when running on several cameras at the same time.sl::CameraOne
objects and the API is the same than with other ZED cameras. The available modules are Capture, Recording and Streaming. Samples are available too.sl::InitParametersOne::enable_hdr
, or within ZED Media Server.sl::Camera::getHealthStatus
. The status will detect and report issues if the camera is down, if the image looks occulted or corrupted, depending on the parameter set in sl::InitParameters::enable_image_validity_check
.Camera::ingestCustomMaskObjects
function.sl::Mat
.Fusion::enableObjectDetection
and objects are retrieved with Fusion::retrieveObjects
. A fused_objects_group_name
at sender level can be set to group the objects from different detection models.FusedPositionalTrackingStatus
object when retrieving the position. This new object contains information the status of the different modules acting in the fusion of the positional tracking.FUSION_ERROR_CODE
to fit the ZED SDK standard: negative values are a warning, positive are an error.Fusion
implementation of the C# wrapper.For older releases and changelog, see the ZED SDK release archive.