Skip to content

ZED SDK 5.0.5

Choose a tag to compare

@adujardin adujardin released this 29 Jul 09:15
· 11 commits to master since this release
43e634d

https://www.stereolabs.com/en-fr/developers/release/5.0#505-b1c25d6cde63b9ff6afa80f4e2d1fc33

5.0.5

Bug Fixes

  • Fixed a regression in simultaneous GMSL camera listing in multiprocess setups. The ZED X camera can now be concurrently listed and opened in different processes without issues.
  • Fixed an issue when parsing calibration file for ZED X One in QHPlus resolution.
  • Fixed a segfault that could occur when restarting the positional tracking module while having the grab running in parallel.
  • Fixed a bug in SVO recording where the camera model could be incorrectly set in the internal metadata.

Wrappers

  • Added the operators <, <=, > and >= for all enums of the ZED Python API (pyzed). Previously, only == and != were available.