This commit is contained in:
2026-01-16 15:21:54 +08:00
parent 69361c5d5b
commit 1fd14cf7d8
41 changed files with 1133 additions and 26131 deletions

View File

@ -13,7 +13,8 @@ import platform
Mv3dRgbdDll = None
if platform.system() == "Linux":
try:
Mv3dRgbdDll = cdll.LoadLibrary("/opt/Mv3dRgbdSDK/lib/aarch64/libMv3dRgbd.so")
print('未启用SDK')
# Mv3dRgbdDll = cdll.LoadLibrary("/opt/Mv3dRgbdSDK/lib/aarch64/libMv3dRgbd.so")
except Exception as e:
print(f"加载Linux库文件失败: {e}")
else: