brendandburns / py-k4a

python libraries for the kinect for Azure
46 stars 11 forks source link

Alpha python library for Azure Kinect

This library is pre-alpha, weekend hack quality. It can capture single frames correctly, but it likely has lots of bugs, and there are definitely missing features.

Prereqs.

Build/Install

git clone https://github.com/brendandburns/py-k4a.git
cd py-k4a
python3 setup.py build
sudo python3 setup.py install
python3 example.py

If all goes well, this will leave a file named test.jpg in your directory with a single frame capture from your device.

TODO

Add support for Audio and IMU. Fix bugs. Accept PRs.

Instructions for Window Install

This may not be the most elegant or minimal solution, but it worked for me on two different Windows 10 machines.

Prereqs.

Build/Install

git clone https://github.com/brendandburns/py-k4a.git
cd py-k4a
python setup.py build
python setup.py install
python example.py

If all goes well, this will leave a file named test.jpg in your directory with a single frame capture from your device.

TODO

Add support for Audio and IMU. Fix bugs. Accept PRs.