Python Installation Instructions
참고
이 샘플에 권장되는 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 또는 command-line을 사용하여 런타임 요구 사항을 설치합니다.
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을 사용해야 합니다.