STEREOLABS

ZED SDK

1.1.0

What's New

2016-08-19

The ZED SDK 1.1.0 release includes new recording mode and grayscale image output, along with minor improvements and bug fixes.

1.1.0

New Features

New recording pipeline
  • SVO or AVI recording can now be started whith enableRecording() and stopped with stopRecording() without deleting the ZED camera object.
  • You can also record videos whith depth and tracking enabled.
  • Use the record() function after a grab() call to save incoming images in your video file.
New grayscale and raw image output
  • Grayscale images and raw (unrectified) images can now be retrieved using retrieveImage* functions.

SDK

New positional tracking matrix output
  • Besides the 4x4 Eigen matrix that contains the position and orientation of the camera, a new structure "MotionPoseData" that contains the rotation, translation and orientation (quaternion) of the camera can be retrieved. This quaternion can be used more easily in OpenGL and Unity applications.
New XYZ+Color output
  • Added XYZBGRA, XYZARGB, XYZABGR support in retrieveMeasure*() function. This improves performance with ROS and other third-party libraries.

Tools

New diagnostic tool
  • ZED Diagnostic, located in the Tools folder, analyzes your hardware configuration and detects potential issues that may affect the performance of your system.
Minor improvements and fixe
  • ZED Depth Viewer window can now be resized.
  • ZED Depth Viewer and ZED Explorer now support ZED disconnections and reconnections.
  • Added frame drop and effective framerate indicators in ZED Explorer for Live, Recording and SVO Playback mode.
Compatibility Notes
  • Windows: Current version supports CUDA 7.5. Next updates will support CUDA 8.0 only.
  • Ubuntu: Current version supports Ubuntu 14.04 and CUDA 7.5. Next updates will support Ubuntu 16.04 with CUDA 8.0.
  • Jetson TX1: Current version is for JetPack 2.1 in 32bits mode. New versions will only be released for JetPack 2.2 and above in 64bits mode.

Legacy

For older releases and changelog, see the ZED SDK release archive.

SDK Downloads

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. Please check out our GitHub page and SDK documentation for additional resources.

Legacy

For older releases and changelog, see the ZED SDK release archive.

Plugins

Build applications with your favorite tools and development environments using these standalone packages, which provide access to the complete feature set of the ZED SDK.