Skip to content

curiosity-inc/azure-kinect-dk-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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 Oct 19, 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_2_0.dll
  • dnn_model_2_0.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