Python安装说明
备注
这些示例的推荐 Python 版本是 3.7 - 3.9。
Note that Open3D is not available for Python 3.13 and later.
查看 Zivid Python 示例存储库:
git clone http://github.com/zivid/zivid-python-samples.git
使用IDE或命令行安装runtime requirements:
cd zivid-python-samples pip install -r requirements.txt备注
If Open3D fails to install, ensure you are using a Python version supported by Open3D. Alternatively, you can install only dependencies required for non-Open3D samples by running:
pip install ./modules
打开并运行其中一个示例。
备注
在 Windows 上运行 GUI 示例应该通过
pythonw完成。