Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghong322 committed Oct 28, 2024
1 parent 321ebbd commit dfa4e66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

![stability](https://img.shields.io/badge/stability-stable-green) ![version](https://img.shields.io/badge/version-1.10.12-green)



## Introduction
The Orbbec 3D camera product software development kit fully supports UVC, enabling driver-free plug-and-play. It provides both low-level and high-level APIs that are simple and easy to use, allowing developers to use it flexibly in different scenarios.

Additionally, this SDK is compatible with Orbbec's original OpenNI protocol devices through built-in code, enabling developers to migrate to Orbbec SDK to support both new and old products with one set of code.
This main branch is based on branch v1.x and it is compatible with Orbbec's original OpenNI protocol devices through built-in code, enabling developers to migrate to Orbbec SDK to support both new and old products with one set of code.

With the major update in a new branch v2.x in 2024 October, Orbbec SDK becomes open-source with enhanced flexibility and scalability. This update in v2.x ensures compatibility with all new Orbbec USB products that adhere to the UVC standard. However, [OrbbecSDK v2.x](https://github.com/orbbec/OrbbecSDK-dev) no longer supports Orbbec's legacy OpenNI protocol devices, which will continue to receive bug fixes support in the v1.x branch. We encourage you to check out whether your devices is supported by OrbbecSDK v2.x and use the new release if it is supported there.

If you are a user in China, it is recommended to use Gitee([gitee Repo](https://gitee.com/orbbecdeveloper/OrbbecSDK)).

Expand Down Expand Up @@ -176,7 +181,7 @@ target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK)
**Insufficient Power Supply**:
- Ensure that all cameras are not connected to the same hub.
- Use a powered hub to provide sufficient power to each camera.

**High Resolution**:
- Try lowering the resolution to resolve data stream issues.

Expand Down
4 changes: 3 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

Orbbec 3D 相机产品软件开发套件,全面支持 UVC,实现免驱动即插即用,提供低层和高层简单易用的 API,帮助开发者在不同场景下灵活使用。

此外,该 SDK 通过内置代码兼容 Orbbec 原有的 OpenNI 协议设备,开发者可以完全迁移到 OrbbecSDK,一套代码即可支持 Orbbec 的新一代产品和老产品。
这个主分支是基于 v1.x 分支构建的,它通过内置代码与 Orbbec 原始的 OpenNI 协议设备兼容,使开发者能够迁移到 Orbbec SDK,用一套代码支持新旧产品。

随着2024年10月新分支v2.x的重大更新,Orbbec SDK 变得开源,增强了灵活性和可扩展性。这次 v2.x 的更新确保了与所有遵循 UVC 标准的新 Orbbec USB 产品的兼容性。然而,[OrbbecSDK v2.x](https://github.com/orbbec/OrbbecSDK-dev) 不再支持 Orbbec 的旧版 OpenNI 协议设备,这些设备将继续在 v1.x 分支中获得错误修复支持。我们鼓励你检查你的设备是否支持 OrbbecSDK v2.x,并在支持的情况下使用新版本。

如果你是中国的用户,建议使用 Gitee([gitee Repo](https://gitee.com/orbbecdeveloper/OrbbecSDK))。

Expand Down

0 comments on commit dfa4e66

Please sign in to comment.