Metadata-Version: 2.1
Name: k4a
Version: 0.0.1
Summary: Python 3 bindings for the Azure Kinect SDK
Home-page: https://github.com/hexops/Azure-Kinect-Python
Author: The HexOps Authors
Author-email: stephen.gutekanst@gmail.com
License: UNKNOWN
Description: # Azure-Kinect-Python
        Python 3 bindings for the Azure Kinect SDK
        
        ## Setup
        https://docs.microsoft.com/en-us/azure/kinect-dk/sensor-sdk-download version 1.3.0
        https://docs.microsoft.com/en-us/azure/kinect-dk/body-sdk-download version 0.9.5
        
        Add the following to your path:
        
        * `C:\Program Files\Azure Kinect SDK v1.3.0\sdk\windows-desktop\amd64\release\bin`
        
        * `C:\Program Files\Azure Kinect Body Tracking SDK\sdk\windows-desktop\amd64\release\bin`
        
        
        (Or relevant paths for your platform containing the the `k4a(.so|.dll)` and `k4abt(.so|.dll)` dynamic libraries)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
