Releases: orbbec/pyorbbecsdk
Release v2.0.6
The Release v2.0.6 is base on v2-main branch, With the major update of the new branch v2-main, python Wrapper is connected to the open source version of Orbbec SDK v2, which will make python Wrapper more flexible and extensible.
This update in v2-main ensures compatibility with all new Orbbec USB products that comply with the UVC standard.
However, python Wrapper v2 no longer supports Orbbec's traditional OpenNI protocol devices. We encourage you to check whether your device is supported by python Wrapper v2 and use the new version if supported.
- Notes: The Python wrapper for the open-source Orbbec SDK v2 is versioned as v2.x.x, while the Python wrapper for the Orbbec SDK v1 is versioned as v1.x.x.
Changelist
- 1、Update Orbbec SDK to version v2.0.23
- 2、Fix v2.0.5 issue #98 Property not found to register callback, propertyId: 205
Documentation
Refer to UserGuide for detailed documentation.
Support Platforms
- Windows: Windows 10 (x64)
- Linux: 18.04/20.04/22.04 (x64)
- Arm64: Ubuntu18.04/20.04/22.04
- macOS: coming soon
- Linux ARM32: coming soon
Support Hardware Products
Products list | Firmware Version |
---|---|
Gemini 335 | 1.2.20 |
Gemini 335L | 1.2.20 |
Gemini 336 | 1.2.20 |
Gemini 336L | 1.2.20 |
Femto Bolt | 1.0.6/1.0.9 |
Femto Mega | 1.1.7/1.2.7 |
Astra 2 | 2.8.20 |
Gemini 2 L | 1.4.32 |
Gemini 2 | 1.4.60 /1.4.76 |
- If your device is included in this supported list, we recommend using the v2-main branch. If not, you can use the main branch instead.
Release v2.0.5
The Release v2.0.5 is base on v2-main branch, With the major update of the new branch v2-main, python Wrapper is connected to the open source version of Orbbec SDK v2, which will make python Wrapper more flexible and extensible.
This update in v2-main ensures compatibility with all new Orbbec USB products that comply with the UVC standard.
However, python Wrapper v2 no longer supports Orbbec's traditional OpenNI protocol devices. We encourage you to check whether your device is supported by python Wrapper v2 and use the new version if supported.
- Notes: The Python wrapper for the open-source Orbbec SDK v2 is versioned as v2.x.x, while the Python wrapper for the Orbbec SDK v1 is versioned as v1.x.x.
Documentation
Refer to UserGuide for detailed documentation.
Support Platforms
- Windows: Windows 10 (x64)
- Linux: 18.04/20.04/22.04 (x64)
- Arm64: Ubuntu18.04/20.04/22.04
- macOS: coming soon
- Linux ARM32: coming soon
Support Hardware Products
Products list | Firmware Version |
---|---|
Gemini 335 | 1.2.20 |
Gemini 335L | 1.2.20 |
Gemini 336 | 1.2.20 |
Gemini 336L | 1.2.20 |
Femto Bolt | 1.0.6/1.0.9 |
Femto Mega | 1.1.7/1.2.7 |
Astra 2 | 2.8.20 |
Gemini 2 L | 1.4.32 |
Gemini 2 | 1.4.60 /1.4.76 |
- If your device is included in this supported list, we recommend using the v2-main branch. If not, you can use the main branch instead.
Release v1.3.4
- changelist:
1、Update Orbbec SDK v1.10.16, release note see https://github.com/orbbec/OrbbecSDK/releases/tag/v1.10.16
v1.3.3
What's Changed
- Limit numpy<2.0 to fix issue 47 by @lkskstlr in #48
- Update Orbbec SDK v1.10.8, release note see https://github.com/orbbec/OrbbecSDK/releases/tag/v1.10.8
New Contributors
Full Changelog: v1.3.2...v1.3.3
Release v1.3.2
changelist:
1、update Orbbec SDK to 1.10.5 version.
2、Support for Gemini 330 series devices, adding Gemini 330 series samples,please refer to the Readme in the example directory.
3、Other bug fixes
Release v1.3.0
- Update Orbbec SDK version to 1.9.3.
- Add support for MacOS.
Release v1.2.9
Update Orbbec SDK version to 1.8.1.
Add support for Femto Bolt.
Add network samples for Femto Mega and Gemini 2 XL.
Release v1.2.7
- Updated OrbbecSDK to v1.7.4
- Added new double IR viewer example.