
Hello!
I started to do some test with the new Azure Kinect DK and the results are amazing. I“m not an AI expert, so I decided to read/watch/learn while testing.
I started with the basic reading provided by Microsoft https://azure.microsoft.com/es-es/services/kinect-dk/. I“ve been using C API, from Azure Kinect Sensor DK. Now the thing is⦠i am a c# fan⦠and learning console with C++ was not ideal⦠did not have time to import the entire C library into .net so i researched and found this amazing NuGet package: https://www.nuget.org/packages/K4AdotNet just developed and still mantained by Andrey Bibichev.
I will write a series of āHow Toā articles using both C API and K4A Nuget Package for .net.
Let“s Begin
To start using the sensor first of all you need to understand the architecture you need to implement.
This is how the Kinect Azure Sensor works.
- The device needs toā¦
View original post 551 more words
Leave a comment