|
262 | 262 |
|
263 | 263 | <section id="introduction">
|
264 | 264 | <h1><span class="section-number">1.1. </span>Introduction<a class="headerlink" href="#introduction" title="Link to this heading"></a></h1>
|
265 |
| -<p>Python Wrapper bindings for the Orbbec SDK,enabling developers to interface with Orbbec devices using Python. |
266 |
| -With the major update of the new branch v2-main in October 2024, python Wrapper is connected to the open source version of <a class="reference external" href="https://github.com/orbbec/OrbbecSDK_v2">Orbbec SDK v2</a>, which will make python Wrapper more flexible and extensible.</p> |
267 |
| -<p>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.</p> |
| 265 | +<p>Python Wrapper bindings for the Orbbec SDK, enabling developers to interface with Orbbec devices using Python. |
| 266 | +With the major update of the new branch v2-main in October 2024, Python Wrapper is connected to the open source version of <a class="reference external" href="https://github.com/orbbec/OrbbecSDK_v2">Orbbec SDK v2</a>, which will make Python Wrapper more flexible and extensible.</p> |
| 267 | +<p>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.</p> |
268 | 268 | <p>The Python Wrapper uses pybind11 to convert the interfaces of the Orbbec SDK into Python interfaces.</p>
|
269 | 269 | <ul class="simple">
|
270 | 270 | <li><p>The implementation principle of the Python Wrapper is as follows:</p></li>
|
271 | 271 | </ul>
|
272 | 272 | <p><img alt="python_principle" src="../../_images/python_principle.png" /></p>
|
273 | 273 | <section id="support-hardware-products">
|
274 | 274 | <h2><span class="section-number">1.1.1. </span>Support Hardware Products<a class="headerlink" href="#support-hardware-products" title="Link to this heading"></a></h2>
|
275 |
| -<p>This document is based on the v2-main branch code, which is a Python wrapper built on Orbbec SDK v2. It supports the following devices. |
| 275 | +<p>This document is based on the v2-main branch code, which is a Python Wrapper built on Orbbec SDK v2. It supports the following devices. |
276 | 276 | 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.</p>
|
277 | 277 | <table border="1" class="docutils">
|
278 | 278 | <thead>
|
@@ -480,7 +480,7 @@ <h2><span class="section-number">1.1.2. </span>Support Platforms<a class="header
|
480 | 480 |
|
481 | 481 | <div role="contentinfo">
|
482 | 482 | <p>© Copyright 2024, ORBBEC INC. www.orbbec.com..
|
483 |
| - <span class="lastupdated">Last updated on 2025-08-12 20:21:10. |
| 483 | + <span class="lastupdated">Last updated on 2025-08-13 16:30:15. |
484 | 484 | </span></p>
|
485 | 485 | </div>
|
486 | 486 |
|
|
0 commit comments