The ZED SDK allows you to add depth and motion sensing to your application. Available as a standalone installer, the ZED SDK includes applications, tools and sample projects with source code.
Sep 11, 2018
ZED SDK 2.6 introduces a major performance improvement to depth and tracking on Tegra and Linux PCs, along with a new firmware update for ZED Mini, which brings IMU data rate from 500 to 800Hz and improves fusion. Read More.
InitParameters
optional_settings_path
. This allows to move the settings file to a different folder from the default one and call it in the SDK.Camera::close()
on Linux Ubuntu when the camera was unplugged during a frame grab.InitParameters::sdk_verbose
is enabled. This allows for a cleaner console when verbose is not activated.RIGHT_HANDED_Z_UP_X_FWD
.Pose
called pose_covariance
.enable_spatial_memory
is enabled.set_floor_as_origin
parameter in tracking to automatically detect floor plane and start tracking relative to the floor. Since initial position estimation uses floor plane detection to determine the height and orientation of the camera, the user need to make sure that the floor plane is visible when this option is enabled.TRACKING_SEARCH
state until the floor plane has been detected and an initial position of the camera has been correctly estimated.For older releases and changelog, see the ZED SDK release archive.