All Projects → hexops → Azure-Kinect-Python

hexops / Azure-Kinect-Python

Licence: other
Python 3 bindings for the Azure Kinect SDK

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Azure-Kinect-Python

KinectToVR
KinectToVR EX (Official)
Stars: ✭ 163 (+352.78%)
Mutual labels:  kinect, body-tracking
AzureKinectSample
Sample Program for Azure Kinect Sensor SDK and Azure Kinect Body Tracking SDK
Stars: ✭ 55 (+52.78%)
Mutual labels:  kinect, azure-kinect
gspca-kinect2
Kinect2 Sensor Device Driver for Linux
Stars: ✭ 25 (-30.56%)
Mutual labels:  kinect
blockbuster
The Machinima Studio mod
Stars: ✭ 108 (+200%)
Mutual labels:  mocap
DepthKit-for-Max
A patch for using DepthKit volumetric videos in Max/MSP/Jitter
Stars: ✭ 21 (-41.67%)
Mutual labels:  kinect
biomechanics dataset
Information of public available data sets for biomechanics.
Stars: ✭ 31 (-13.89%)
Mutual labels:  mocap
ARehab
ARehab is a free software for physical rehab, aided by augmented reality technologies and user tracking systems, such as Microsoft Kinect v2.
Stars: ✭ 20 (-44.44%)
Mutual labels:  kinect
Three-Kinectron
A Three.js plugin for rendering Kinectron feeds
Stars: ✭ 28 (-22.22%)
Mutual labels:  kinect
kinect-gesture
基于kinect 的人体 动作识别
Stars: ✭ 129 (+258.33%)
Mutual labels:  kinect
Vridge.Kinect
Using the Kinect sensor with RIftcat/Vridge has head and hands trackers.
Stars: ✭ 18 (-50%)
Mutual labels:  kinect
IMU-VR-Full-Body-Tracker
Inertial Measurement Unit (IMU) based full body tracker for Steam VR.
Stars: ✭ 46 (+27.78%)
Mutual labels:  body-tracking
3D-Reconstruction-With-RGBD
a 3D-Reconstruction demo done with Kinect
Stars: ✭ 16 (-55.56%)
Mutual labels:  kinect
DepthKit-A-Frame
🎥 An A-Frame component for rendering DepthKit volumetric videos in WebVR
Stars: ✭ 34 (-5.56%)
Mutual labels:  kinect
OpenDepthSensor
Open library to support Kinect V1 & V2 & Azure, RealSense and OpenNI-compatible sensors.
Stars: ✭ 61 (+69.44%)
Mutual labels:  kinect
VRMocap
A SteamVR powered mocap solution for Unreal Engine
Stars: ✭ 88 (+144.44%)
Mutual labels:  mocap
kinect-sign-language
Kinect Sign Language
Stars: ✭ 18 (-50%)
Mutual labels:  kinect
KinectUtil
This project solves the problem of mismatching between rgb camera and depth camera of Kinect camera. And we can get higher quality point cloud model than Kinect itself. We solve the problem by first using both DLT and Zhangzhengyou‘s checkerboard to calibrate the camera, and then applying the calibrated parameters to project and re-project from…
Stars: ✭ 28 (-22.22%)
Mutual labels:  kinect
google-mediapipe
Google MediaPipe Face + Hands + Body + Object
Stars: ✭ 55 (+52.78%)
Mutual labels:  body-tracking
moshpp
Motion and Shape Capture from Sparse Markers
Stars: ✭ 86 (+138.89%)
Mutual labels:  mocap
ue4-mediapipe-plugin
UE4 MediaPipe plugin
Stars: ✭ 159 (+341.67%)
Mutual labels:  body-tracking

Azure-Kinect-Python

Python 3 bindings for the Azure Kinect SDK

Changelog

  • v1.1.0: Updated supported SDK and firmware versions to latest
  • v1.0.0: Initial release

Setup

Install the Kinect SDKs, update device firmware version if needed:

If on Linux, ensure the relevant k4a.so and k4abt.so dynamic libraries are on your path.

Feature support

Currently only body tracking is wrapped, but adding further wrappings should be easy and PRs would be appreciated!

Examples

There is a very simple example you can run via:

py -3 example/simple_sample.py

Demos

We are using it to develop an Azure Kinect plugin for Blender, which you can see a very early demo of here:

Azure Kinect for Blender

The plugin is available for early access and will be open-sourced soon, please email [email protected] to gain early access.

Troubleshooting

Do NOT use Python from the Windows Store

If you get the error:

[2021-01-18 14:05:28.307] [error] [t=6336] [K4ABT] D:\a\1\s\src\TrackerHost\TrackerHost.cpp (157): Create(). Find onnxruntime.dll at C:\Program Files\Azure Kinect Body Tracking SDK\tools\onnxruntime.dll but it doesn't load correctly!

It is because the Windows Store installs Python to a restricted user directory which cannot access external DLLs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].