pyorbbec 1.0.1.5__tar.gz → 1.0.1.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/LICENSE +27 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/PKG-INFO +2 -1
- pyorbbec-1.0.1.6/README.md +178 -0
- pyorbbec-1.0.1.6/pyproject.toml +3 -0
- pyorbbec-1.0.1.6/setup.cfg +4 -0
- pyorbbec-1.0.1.6/setup.py +43 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbec.egg-info/PKG-INFO +2 -1
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbec.egg-info/SOURCES.txt +0 -3
- pyorbbec-1.0.1.5/HISTORY.md +0 -1982
- pyorbbec-1.0.1.5/README.md +0 -78
- pyorbbec-1.0.1.5/pyproject.toml +0 -4
- pyorbbec-1.0.1.5/requirements-dev.txt +0 -7
- pyorbbec-1.0.1.5/setup.cfg +0 -22
- pyorbbec-1.0.1.5/setup.py +0 -28
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/MANIFEST.in +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/NOTICE +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbec.egg-info/dependency_links.txt +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbec.egg-info/not-zip-safe +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbec.egg-info/top_level.txt +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbecsdk/OrbbecSDK.dll +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbecsdk/OrbbecSDK.lib +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbecsdk/__init__.py +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbecsdk/__version__.py +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbecsdk/extensions/depthengine/depthengine.dll +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbecsdk/extensions/depthengine/depthengine.lib +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbecsdk/extensions/filters/FilterProcessor.dll +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbecsdk/extensions/filters/ob_priv_filter.dll +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbecsdk/extensions/firmwareupdater/firmwareupdater.dll +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbecsdk/extensions/frameprocessor/ob_frame_processor.dll +0 -0
- {pyorbbec-1.0.1.5 → pyorbbec-1.0.1.6}/src/pyorbbecsdk/pyorbbecsdk.cp313-win_amd64.pyd +0 -0
@@ -173,3 +173,30 @@
|
|
173
173
|
defend, and hold each Contributor harmless for any liability
|
174
174
|
incurred by, or claims asserted against, such Contributor by reason
|
175
175
|
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pyorbbec
|
3
|
-
Version: 1.0.1.
|
3
|
+
Version: 1.0.1.6
|
4
4
|
Summary: Python interface to the Orbbec SDK.
|
5
5
|
Home-page: https://orbbec.com.cn/
|
6
6
|
Author: orbbec
|
@@ -11,6 +11,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
11
11
|
Requires-Python: >=3.8
|
12
12
|
Description-Content-Type: text/markdown
|
13
13
|
License-File: LICENSE
|
14
|
+
License-File: NOTICE
|
14
15
|
Dynamic: author
|
15
16
|
Dynamic: author-email
|
16
17
|
Dynamic: classifier
|
@@ -0,0 +1,178 @@
|
|
1
|
+
# Python Bindings for Orbbec SDK
|
2
|
+
|
3
|
+
the v2-main branch provides Python bindings for the [Orbbec SDK v2.x](https://github.com/orbbec/OrbbecSDK_v2), enabling developers to interface with Orbbec devices using Python. The Orbbec SDK v.2.x is an open-source cross-platform SDK library based on Orbbec RGB-D cameras. The differences between Orbbec SDK v2.x and [Orbbec SDK v1.x](https://github.com/orbbec/OrbbecSDK) can be found in the [README](https://github.com/orbbec/OrbbecSDK_v2).
|
4
|
+
|
5
|
+
If you are a user in China, it is recommended to use [gitee Repo](https://gitee.com/orbbecdeveloper/pyorbbecsdk).
|
6
|
+
> [!IMPORTANT]
|
7
|
+
>
|
8
|
+
> Welcome to the python wrapper . Before you begin using this version of python wrapper , it's crucial to check the following device support list to verify the compatibility.
|
9
|
+
|
10
|
+
Here is the device support list of main branch (v1.x) and v2-main branch (v2.x):
|
11
|
+
|
12
|
+
<table border="1" style="border-collapse: collapse; text-align: left; width: 100%;">
|
13
|
+
<thead>
|
14
|
+
<tr style="background-color: #1f4e78; color: white; text-align: center;">
|
15
|
+
<th>Product Series</th>
|
16
|
+
<th>Product</th>
|
17
|
+
<th><a href="https://github.com/orbbec/pyorbbecsdk/tree/main" style="color: black; text-decoration: none;">Branch main</a></th>
|
18
|
+
<th><a href="https://github.com/orbbec/pyorbbecsdk/tree/v2-main" style="color: black; text-decoration: none;">Branch v2-main</a></th>
|
19
|
+
</tr>
|
20
|
+
</thead>
|
21
|
+
<tbody>
|
22
|
+
<tr>
|
23
|
+
<td rowspan="8" style="text-align: center; font-weight: bold;">Gemini 330</td>
|
24
|
+
<td>Gemini 335Le</td>
|
25
|
+
<td>not supported</td>
|
26
|
+
<td>recommended for new designs</td>
|
27
|
+
</tr>
|
28
|
+
<tr>
|
29
|
+
<td>Gemini 335</td>
|
30
|
+
<td>full maintenance</td>
|
31
|
+
<td>recommended for new designs</td>
|
32
|
+
</tr>
|
33
|
+
<tr>
|
34
|
+
<td>Gemini 336</td>
|
35
|
+
<td>full maintenance</td>
|
36
|
+
<td>recommended for new designs</td>
|
37
|
+
</tr>
|
38
|
+
<tr>
|
39
|
+
<td>Gemini 330</td>
|
40
|
+
<td>full maintenance</td>
|
41
|
+
<td>recommended for new designs</td>
|
42
|
+
</tr>
|
43
|
+
<tr>
|
44
|
+
<td>Gemini 335L</td>
|
45
|
+
<td>full maintenance</td>
|
46
|
+
<td>recommended for new designs</td>
|
47
|
+
</tr>
|
48
|
+
<tr>
|
49
|
+
<td>Gemini 336L</td>
|
50
|
+
<td>full maintenance</td>
|
51
|
+
<td>recommended for new designs</td>
|
52
|
+
</tr>
|
53
|
+
<tr>
|
54
|
+
<td>Gemini 330L</td>
|
55
|
+
<td>full maintenance</td>
|
56
|
+
<td>recommended for new designs</td>
|
57
|
+
</tr>
|
58
|
+
<tr>
|
59
|
+
<td>Gemini 335Lg</td>
|
60
|
+
<td>not supported</td>
|
61
|
+
<td>recommended for new designs</td>
|
62
|
+
</tr>
|
63
|
+
<tr>
|
64
|
+
<td rowspan="5" style="text-align: center; font-weight: bold;">Gemini 2</td>
|
65
|
+
<td>Gemini 2</td>
|
66
|
+
<td>full maintenance</td>
|
67
|
+
<td>recommended for new designs</td>
|
68
|
+
</tr>
|
69
|
+
<tr>
|
70
|
+
<td>Gemini 2 L</td>
|
71
|
+
<td>full maintenance</td>
|
72
|
+
<td>recommended for new designs</td>
|
73
|
+
</tr>
|
74
|
+
<tr>
|
75
|
+
<td>Gemini 2 XL</td>
|
76
|
+
<td>recommended for new designs</td>
|
77
|
+
<td>to be supported</td>
|
78
|
+
</tr>
|
79
|
+
<tr>
|
80
|
+
<td>Gemini 215</td>
|
81
|
+
<td>not supported</td>
|
82
|
+
<td>recommended for new designs</td>
|
83
|
+
</tr>
|
84
|
+
<tr>
|
85
|
+
<td>Gemini 210</td>
|
86
|
+
<td>not supported</td>
|
87
|
+
<td>recommended for new designs</td>
|
88
|
+
</tr>
|
89
|
+
<tr>
|
90
|
+
<td rowspan="3" style="text-align: center; font-weight: bold;">Femto</td>
|
91
|
+
<td>Femto Bolt</td>
|
92
|
+
<td>full maintenance</td>
|
93
|
+
<td>recommended for new designs</td>
|
94
|
+
</tr>
|
95
|
+
<tr>
|
96
|
+
<td>Femto Mega</td>
|
97
|
+
<td>full maintenance</td>
|
98
|
+
<td>recommended for new designs</td>
|
99
|
+
</tr>
|
100
|
+
<tr>
|
101
|
+
<td>Femto Mega I</td>
|
102
|
+
<td>full maintenance</td>
|
103
|
+
<td>recommended for new designs</td>
|
104
|
+
</tr>
|
105
|
+
<tr>
|
106
|
+
<td rowspan="3" style="text-align: center; font-weight: bold;">Astra</td>
|
107
|
+
<td>Astra 2</td>
|
108
|
+
<td>full maintenance</td>
|
109
|
+
<td>recommended for new designs</td>
|
110
|
+
</tr>
|
111
|
+
<tr>
|
112
|
+
<td>Astra+</td>
|
113
|
+
<td>limited maintenance</td>
|
114
|
+
<td>not supported</td>
|
115
|
+
</tr>
|
116
|
+
<tr>
|
117
|
+
<td>Astra Pro Plus</td>
|
118
|
+
<td>limited maintenance</td>
|
119
|
+
<td>not supported</td>
|
120
|
+
</tr>
|
121
|
+
<tr>
|
122
|
+
<td style="text-align: center; font-weight: bold;">Astra Mini</td>
|
123
|
+
<td>Astra Mini Pro</td>
|
124
|
+
<td>full maintenance</td>
|
125
|
+
<td>not supported</td>
|
126
|
+
</tr>
|
127
|
+
</tbody>
|
128
|
+
</table>
|
129
|
+
|
130
|
+
**Note**: If you do not find your device, please contact our FAE or sales representative for help.
|
131
|
+
|
132
|
+
**Definition**:
|
133
|
+
|
134
|
+
1. recommended for new designs: we will provide full supports with new features, bug fix and performance optimization;
|
135
|
+
2. full maintenance: we will provide bug fix support;
|
136
|
+
3. limited maintenance: we will provide critical bug fix support;
|
137
|
+
4. not supported: we will not support specific device in this version;
|
138
|
+
5. to be supported: we will add support in the near future.
|
139
|
+
|
140
|
+
|
141
|
+
## Hardware Products Supported by Python SDK
|
142
|
+
|
143
|
+
| **Products List** | **Minimal Firmware Version** |
|
144
|
+
|-------------------|------------------------------|
|
145
|
+
| Gemini 335Le | 1.5.31 |
|
146
|
+
| Gemini 330 | 1.2.20 |
|
147
|
+
| Gemini 330L | 1.2.20 |
|
148
|
+
| Gemini 335 | 1.2.20 |
|
149
|
+
| Gemini 335L | 1.2.20 |
|
150
|
+
| Gemini 336 | 1.2.20 |
|
151
|
+
| Gemini 336L | 1.2.20 |
|
152
|
+
| Gemini 335Lg | 1.3.46 |
|
153
|
+
| Femto Bolt | 1.1.2 |
|
154
|
+
| Femto Mega | 1.3.0 |
|
155
|
+
| Femto Mega I | 2.0.4 |
|
156
|
+
| Astra 2 | 2.8.20 |
|
157
|
+
| Gemini 2 L | 1.4.53 |
|
158
|
+
| Gemini 2 | 1.4.92 |
|
159
|
+
| Gemini 215 | 1.0.9 |
|
160
|
+
| Gemini 210 | 1.0.9 |
|
161
|
+
|
162
|
+
|
163
|
+
## Supported Platforms
|
164
|
+
|
165
|
+
- Windows: Windows 10 (x64)
|
166
|
+
- Linux: 18.04/20.04/22.04 (x64)
|
167
|
+
- Arm64: Ubuntu18.04/20.04/22.04
|
168
|
+
- Linux ARM32: coming soon
|
169
|
+
|
170
|
+
|
171
|
+
|
172
|
+
## Documentation
|
173
|
+
|
174
|
+
Refer to [UserGuide](https://orbbec.github.io/pyorbbecsdk/index.html) for detailed documentation.
|
175
|
+
|
176
|
+
## License
|
177
|
+
This project is licensed under the Apache License 2.0.
|
178
|
+
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# ******************************************************************************
|
2
|
+
# Copyright (c) 2024 Orbbec 3D Technology, Inc
|
3
|
+
#
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
# you may not use this file except in compliance with the License.
|
6
|
+
# You may obtain a copy of the License at
|
7
|
+
#
|
8
|
+
# http:# www.apache.org/licenses/LICENSE-2.0
|
9
|
+
#
|
10
|
+
# Unless required by applicable law or agreed to in writing, software
|
11
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
# See the License for the specific language governing permissions and
|
14
|
+
# limitations under the License.
|
15
|
+
# ******************************************************************************
|
16
|
+
|
17
|
+
import os
|
18
|
+
import shutil
|
19
|
+
|
20
|
+
from setuptools import setup, find_packages
|
21
|
+
|
22
|
+
setup(
|
23
|
+
name="pyorbbec",
|
24
|
+
version="1.0.1.6",
|
25
|
+
description="Python interface to the Orbbec SDK.",
|
26
|
+
long_description_content_type="text/markdown",
|
27
|
+
author="orbbec",
|
28
|
+
author_email="lijie@orbbec.com",
|
29
|
+
url="https://orbbec.com.cn/",
|
30
|
+
packages=find_packages(where="src", include=["pyorbbecsdk", "pyorbbecsdk.*"]),
|
31
|
+
package_dir={"": "src"},
|
32
|
+
python_requires=">=3.8",
|
33
|
+
license="Apache-2.0",
|
34
|
+
zip_safe=False,
|
35
|
+
classifiers=[
|
36
|
+
"Programming Language :: Python :: 3",
|
37
|
+
"License :: OSI Approved :: Apache Software License",
|
38
|
+
],
|
39
|
+
package_data={
|
40
|
+
'pyorbbecsdk': ['*.pyd', '*.dll', '*.lib'], # 主包目录
|
41
|
+
},
|
42
|
+
include_package_data=True, # 确保package_data被包含
|
43
|
+
)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pyorbbec
|
3
|
-
Version: 1.0.1.
|
3
|
+
Version: 1.0.1.6
|
4
4
|
Summary: Python interface to the Orbbec SDK.
|
5
5
|
Home-page: https://orbbec.com.cn/
|
6
6
|
Author: orbbec
|
@@ -11,6 +11,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
11
11
|
Requires-Python: >=3.8
|
12
12
|
Description-Content-Type: text/markdown
|
13
13
|
License-File: LICENSE
|
14
|
+
License-File: NOTICE
|
14
15
|
Dynamic: author
|
15
16
|
Dynamic: author-email
|
16
17
|
Dynamic: classifier
|