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.
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/PKG-INFO +1 -1
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/setup.py +1 -1
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbec.egg-info/PKG-INFO +1 -1
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/__init__.py +1 -1
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/HISTORY.md +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/LICENSE +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/MANIFEST.in +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/NOTICE +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/README.md +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/pyproject.toml +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/requirements-dev.txt +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/setup.cfg +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbec.egg-info/SOURCES.txt +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbec.egg-info/dependency_links.txt +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbec.egg-info/not-zip-safe +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbec.egg-info/top_level.txt +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/OrbbecSDK.dll +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/OrbbecSDK.lib +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/__version__.py +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/depthengine/depthengine.dll +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/depthengine/depthengine.lib +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/filters/FilterProcessor.dll +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/filters/ob_priv_filter.dll +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/firmwareupdater/firmwareupdater.dll +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/frameprocessor/ob_frame_processor.dll +0 -0
- {pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/pyorbbecsdk.cp313-win_amd64.pyd +0 -0
@@ -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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/depthengine/depthengine.dll
RENAMED
File without changes
|
{pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/depthengine/depthengine.lib
RENAMED
File without changes
|
{pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/filters/FilterProcessor.dll
RENAMED
File without changes
|
File without changes
|
{pyorbbec-1.0.1.4 → pyorbbec-1.0.1.5}/src/pyorbbecsdk/extensions/firmwareupdater/firmwareupdater.dll
RENAMED
File without changes
|
File without changes
|
File without changes
|