Skip to content

Azure Kinect C# wrapper compatible both with Sensor SDK and Body Tracking SDK ant Unity sample project using it.

Notifications You must be signed in to change notification settings

strangerStar/azure-kinect-dk-unity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

azure-kinect-dk-unity

Unity example to use Azure Kinect DK (works with both Sensor SDK and Body Tracking SDK).

Screenshot

Tested environment

As of July 27, 2019, this repo has been tested under the following environment.

Get Started

  1. Clone this repo.
  2. Copy following files from Azure Kinect Sensor SDK or Azure Kinect Body Tracking SDK to directly under the unity folder
  • k4a.dll
  • k4abt.dll
  • onnxruntime.dll
  • depthengine_1_0.dll
  • dnn_model.onnx
  1. Open Assets/AzureKinectDK/Example/Scenes/SampleScene
  2. Play the scene and see how it works.

License

Files under unity/Assets/AzureKinectDK/Scripts/M4A are copied from https://github.com/microsoft/Azure-Kinect-Sensor-SDK and modified by Takahiro Horikawa which is licensed under MIT License. Other files are licensed under MIT license.

About

Azure Kinect C# wrapper compatible both with Sensor SDK and Body Tracking SDK ant Unity sample project using it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%