Metadata-Version: 2.4
Name: depz-sdk
Version: 0.1.0
Summary: DEPZ stereo vision SDK — pure-Python pipeline with PyAV capture, MKV recording/replay, and OpenVINO/ONNX inference.
Author: DEPZ
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.11
Requires-Dist: av>=17.0
Requires-Dist: numpy>=2
Requires-Dist: opencv-python>=4.10
Requires-Dist: openvino>=2024.4
Requires-Dist: pywin32>=306; sys_platform == "win32"
Requires-Dist: comtypes>=1.4; sys_platform == "win32"
Requires-Dist: pygrabber>=0.2; sys_platform == "win32"
Requires-Dist: pyobjc-framework-avfoundation>=11; sys_platform == "darwin"
Provides-Extra: cpu
Requires-Dist: onnxruntime>=1.19; extra == "cpu"
Provides-Extra: cuda
Requires-Dist: onnxruntime-gpu>=1.19; extra == "cuda"
Provides-Extra: cuda-bundled
Requires-Dist: onnxruntime-gpu>=1.19; extra == "cuda-bundled"
Requires-Dist: nvidia-cuda-runtime-cu12>=12.0; (sys_platform == "win32" or sys_platform == "linux") and extra == "cuda-bundled"
Requires-Dist: nvidia-cublas-cu12>=12.0; (sys_platform == "win32" or sys_platform == "linux") and extra == "cuda-bundled"
Requires-Dist: nvidia-cufft-cu12>=11.0; (sys_platform == "win32" or sys_platform == "linux") and extra == "cuda-bundled"
Requires-Dist: nvidia-curand-cu12>=10.0; (sys_platform == "win32" or sys_platform == "linux") and extra == "cuda-bundled"
Requires-Dist: nvidia-cudnn-cu12>=9.0; (sys_platform == "win32" or sys_platform == "linux") and extra == "cuda-bundled"
Requires-Dist: nvidia-cuda-nvrtc-cu12>=12.0; (sys_platform == "win32" or sys_platform == "linux") and extra == "cuda-bundled"
Provides-Extra: directml
Requires-Dist: onnxruntime-directml>=1.19; extra == "directml"
