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.
Aug 12, 2020
ZED SDK 3.2 introduces a new Body Tracking module and brings major performance improvement for Object Detection.
The release also adds support for Jetson Xavier NX and JetPack 4.4, a new C# wrapper and an open source capture library for using the ZED camera family on any hardware platform.
To update to 3.2 from previous 2.X versions, read the migration guide.
--cpr
option.detection_confidence_threshold
was changed, an object that was previously tracked could still be output even if the confidence was below the new threshold value. They are now removed.setSVOPosition()
on Jetson platforms that was generating a wrong image sequence when grab()
was called.sl::Mat
initialisation by reference if that reference was empty. Now the sl::Mat
created will be seen as uninitialized.DETECTION_MODEL::HUMAN_BODY_FAST
or HUMAN_BODY_ACCURATE
for a more accurate skeleton tracking at a lower FPS.keypoint
for 3D human keypoints/jointshead_bounding_box
for head 3D bounding boxkeypoint_2d
for 2D human keypoints/jointshead_bounding_box_2d
for head 2D bounding boxhead_position
for head 3D locationObjectData::position_covariance[6]
.ObjectData::position_covariance[6]
.RecordingParameters::transcode_streaming_input = false
.RecordingParameters::target_framerate
and StreamingParameters::target_framerate
.RecordingParameters::bitrate
.InitParameter::camera_image_flip = FLIP_MODE::AUTO
will automatically set the correct flip mode for the camera, so that you don't need to set it manually either in Live or SVO mode.InitParameter::camera_image_flip = FLIP_MODE::AUTO
.toVerbose()
function. Added CUDA error code/string in verbose message when ERROR_CODE::CUDA_ERROR
is returned.camera_image_flip
.NaN
occurences.grab()
error code that could generate an ERROR_CODE::CAMERA_NOT_INITIALIZED
at the end of an SVO file read in real time mode. It now generates a correct ERROR_CODE::END_OF_SVO_FILE
.For older releases and changelog, see the ZED SDK release archive.