Skip to content

Commit 6e6858a

Browse files
committed
Update API User Guide Doc
1 parent 5c9dcdc commit 6e6858a

20 files changed

+29
-29
lines changed

docs/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ <h1>定制化部分<a class="headerlink" href="#id6" title="Link to this heading
339339

340340
<div role="contentinfo">
341341
<p>&#169; Copyright 2024, ORBBEC INC. www.orbbec.com..
342-
<span class="lastupdated">Last updated on 2025-08-12 20:21:10.
342+
<span class="lastupdated">Last updated on 2025-08-13 16:30:15.
343343
</span></p>
344344
</div>
345345

docs/_sources/source/1_overview/Introduction.md.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Introduction
22

3-
Python Wrapper bindings for the Orbbec SDKenabling developers to interface with Orbbec devices using Python.
4-
With the major update of the new branch v2-main in October 2024, python Wrapper is connected to the open source version of [Orbbec SDK v2](https://github.com/orbbec/OrbbecSDK_v2), which will make python Wrapper more flexible and extensible.
3+
Python Wrapper bindings for the Orbbec SDK, enabling developers to interface with Orbbec devices using Python.
4+
With the major update of the new branch v2-main in October 2024, Python Wrapper is connected to the open source version of [Orbbec SDK v2](https://github.com/orbbec/OrbbecSDK_v2), which will make Python Wrapper more flexible and extensible.
55

6-
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.
6+
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.
77

88
The Python Wrapper uses pybind11 to convert the interfaces of the Orbbec SDK into Python interfaces.
99

@@ -14,7 +14,7 @@ The Python Wrapper uses pybind11 to convert the interfaces of the Orbbec SDK int
1414

1515
## Support Hardware Products
1616

17-
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.
17+
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.
1818
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.
1919

2020
| **Products List** | **Minimal Firmware Version** |

docs/_sources/source/1_overview/OrbbecSDK_Overview.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Orbbec SDK Overview
22

3-
This section introduces the Orbbec SDK in C++. Its architecture and concepts are consistent with those of the Python wrapper.
3+
This section introduces the Orbbec SDK in C++. Its architecture and concepts are consistent with those of the Python Wrapper.
44

55
## Terms
66

docs/_sources/source/2_installation/install_the_package.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Make sure Python is installed on your local system, and that your Python version is 3.8 or higher.
66

77
### Download the Appropriate .whl Package
8-
Download the .whl installation package that matches your local Python version from the [Python SDK Wrapper Release](https://github.com/orbbec/pyorbbecsdk/releases)
8+
Download the .whl installation package that matches your local Python version from the [Python Wrapper Release](https://github.com/orbbec/pyorbbecsdk/releases)
99

1010
First, check your Python version:
1111

docs/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h1 id="index">Index</h1>
271271

272272
<div role="contentinfo">
273273
<p>&#169; Copyright 2024, ORBBEC INC. www.orbbec.com..
274-
<span class="lastupdated">Last updated on 2025-08-12 20:21:10.
274+
<span class="lastupdated">Last updated on 2025-08-13 16:30:15.
275275
</span></p>
276276
</div>
277277

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h1>Orbbec SDK V2 Python Wrapper<a class="headerlink" href="#orbbec-sdk-v2-pytho
380380

381381
<div role="contentinfo">
382382
<p>&#169; Copyright 2024, ORBBEC INC. www.orbbec.com..
383-
<span class="lastupdated">Last updated on 2025-08-12 20:21:10.
383+
<span class="lastupdated">Last updated on 2025-08-13 16:30:15.
384384
</span></p>
385385
</div>
386386

docs/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279

280280
<div role="contentinfo">
281281
<p>&#169; Copyright 2024, ORBBEC INC. www.orbbec.com..
282-
<span class="lastupdated">Last updated on 2025-08-12 20:21:10.
282+
<span class="lastupdated">Last updated on 2025-08-13 16:30:15.
283283
</span></p>
284284
</div>
285285

docs/source/1_overview/Introduction.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,17 +262,17 @@
262262

263263
<section id="introduction">
264264
<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 SDKenabling 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>
268268
<p>The Python Wrapper uses pybind11 to convert the interfaces of the Orbbec SDK into Python interfaces.</p>
269269
<ul class="simple">
270270
<li><p>The implementation principle of the Python Wrapper is as follows:</p></li>
271271
</ul>
272272
<p><img alt="python_principle" src="../../_images/python_principle.png" /></p>
273273
<section id="support-hardware-products">
274274
<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.
276276
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>
277277
<table border="1" class="docutils">
278278
<thead>
@@ -480,7 +480,7 @@ <h2><span class="section-number">1.1.2. </span>Support Platforms<a class="header
480480

481481
<div role="contentinfo">
482482
<p>&#169; 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.
484484
</span></p>
485485
</div>
486486

docs/source/1_overview/OrbbecSDK_Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262

263263
<section id="orbbec-sdk-overview">
264264
<h1><span class="section-number">1.2. </span>Orbbec SDK Overview<a class="headerlink" href="#orbbec-sdk-overview" title="Link to this heading"></a></h1>
265-
<p>This section introduces the Orbbec SDK in C++. Its architecture and concepts are consistent with those of the Python wrapper.</p>
265+
<p>This section introduces the Orbbec SDK in C++. Its architecture and concepts are consistent with those of the Python Wrapper.</p>
266266
<section id="terms">
267267
<h2><span class="section-number">1.2.1. </span>Terms<a class="headerlink" href="#terms" title="Link to this heading"></a></h2>
268268
<table border="1" class="docutils">
@@ -460,7 +460,7 @@ <h2><span class="section-number">1.2.4. </span>SDK Programming Model<a class="he
460460

461461
<div role="contentinfo">
462462
<p>&#169; Copyright 2024, ORBBEC INC. www.orbbec.com..
463-
<span class="lastupdated">Last updated on 2025-08-12 20:21:10.
463+
<span class="lastupdated">Last updated on 2025-08-13 16:30:15.
464464
</span></p>
465465
</div>
466466

docs/source/1_overview/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h1><span class="section-number">1. </span>Overview<a class="headerlink" href="#
294294

295295
<div role="contentinfo">
296296
<p>&#169; Copyright 2024, ORBBEC INC. www.orbbec.com..
297-
<span class="lastupdated">Last updated on 2025-08-12 20:21:10.
297+
<span class="lastupdated">Last updated on 2025-08-13 16:30:15.
298298
</span></p>
299299
</div>
300300

0 commit comments

Comments
 (0)