pyorbbec 1.0.1.4__tar.gz → 1.0.1.5__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.
Files changed (26) hide show
  1. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/PKG-INFO +1 -1
  2. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/setup.py +1 -1
  3. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbec.egg-info/PKG-INFO +1 -1
  4. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/__init__.py +1 -1
  5. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/HISTORY.md +0 -0
  6. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/LICENSE +0 -0
  7. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/MANIFEST.in +0 -0
  8. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/NOTICE +0 -0
  9. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/README.md +0 -0
  10. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/pyproject.toml +0 -0
  11. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/requirements-dev.txt +0 -0
  12. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/setup.cfg +0 -0
  13. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbec.egg-info/SOURCES.txt +0 -0
  14. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbec.egg-info/dependency_links.txt +0 -0
  15. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbec.egg-info/not-zip-safe +0 -0
  16. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbec.egg-info/top_level.txt +0 -0
  17. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/OrbbecSDK.dll +0 -0
  18. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/OrbbecSDK.lib +0 -0
  19. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/__version__.py +0 -0
  20. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/depthengine/depthengine.dll +0 -0
  21. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/depthengine/depthengine.lib +0 -0
  22. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/filters/FilterProcessor.dll +0 -0
  23. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/filters/ob_priv_filter.dll +0 -0
  24. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/firmwareupdater/firmwareupdater.dll +0 -0
  25. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/frameprocessor/ob_frame_processor.dll +0 -0
  26. {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/pyorbbecsdk.cp313-win_amd64.pyd +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyorbbec
3
- Version: 1.0.1.4
3
+ Version: 1.0.1.5
4
4
  Summary: Python interface to the Orbbec SDK.
5
5
  Home-page: https://orbbec.com.cn/
6
6
  Author: orbbec
@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
6
6
 
7
7
  setup(
8
8
  name="pyorbbec",
9
- version="1.0.1.4",
9
+ version="1.0.1.5",
10
10
  description="Python interface to the Orbbec SDK.",
11
11
  long_description_content_type="text/markdown",
12
12
  author="orbbec",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyorbbec
3
- Version: 1.0.1.4
3
+ Version: 1.0.1.5
4
4
  Summary: Python interface to the Orbbec SDK.
5
5
  Home-page: https://orbbec.com.cn/
6
6
  Author: orbbec
@@ -14,6 +14,6 @@ from .pyorbbecsdk import * # 如果这行报错,尝试下面的方式
14
14
  # 或者使用__all__列表
15
15
  __all__ = [
16
16
  'FormatConvertFilter', 'VideoFrame',
17
- 'OBFormat', 'OBConvertFormat', 'OBSensorType',
17
+ 'OBFormat', 'OBConvertFormat', 'OBSensorType', 'OBError',
18
18
  'Config', 'Pipeline' # 确保需要的类被公开
19
19
  ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes