Skip to content

dpservis/Azure-Kinect-Sample-for-Unity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure-Kinect-Unity-Sample

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

(2) Building 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) Building 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 download depthengine_2_0.dll via nuget and put it following directory.
C:\YOUR DIRECTORY\Azure-Kinect-Sensor-SDK\build\Win-x64-Release-Ninja\bin

(4) Installing 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%