Skip to content

mart910322/Azure-Kinect-Sample-for-Unity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure-Kinect-Unity-Sample

(1) Clone official SDK repository.
https://github.com/microsoft/Azure-Kinect-Sensor-SDK/tree/develop/docs

(2) Build Projects with Visual Studio by referring to the following guide.
https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/docs/building.md#building-using-visual-studio

(3) Build C# Wrapper.
https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/docs/building.md#c-wrapper
depthengine_2_0.dll is required to build C# wrapper. Please copy depthengine_2_0.dll from the directory which Azure Kinect SDK is installed.

(4) Install dll files into Unity Project.
Find following directory and copy all files into Plugins folder of this Uity Smaple.
C:\YOUR DIRECTORY\Azure-Kinect-Sensor-SDK\build\Win-x64-Release-Ninja\bin\Release\x64\Microsoft.Azure.Kinect.Sensor.Examples.WinForms

(5) You can test following demo.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.3%
  • Other 1.7%