bibigone / k4a.net

K4A.Net - Three-in-one .NET library to work with Azure Kinect devices (also known as Kinect for Azure, K4A, Kinect v4). It includes sensor API, recording and playback API, body tracking API. Samples for WPF, .NET Core and Unity are included.
MIT License
164 stars 39 forks source link

support for UWP? #8

Closed guidout closed 5 months ago

guidout commented 4 years ago

hi, thank you for this. This is awesome. Since this supports Core .NET, does it work for UWP development? I tried to install the NuGet but it doesn't seem to load properly.

Thanks, Guido

bibigone commented 4 years ago

This library depends on native DLLs from Azure Kinect Sensor SDK. And unfortunately there is no version of these native DLLs for UWP. You can upvote appropriate feature request: https://feedback.azure.com/forums/920053-azure-kinect-dk/suggestions/37615828-uwp-support

guidout commented 4 years ago

gotcha. I'm surprised tho. I'm no expert, but I'd think that if it works for a .NET Core console app it would also for UWP. They are both based on .NET Core. Anyhow, great work. Thank you!