Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.33 KB

File metadata and controls

24 lines (17 loc) · 1.33 KB

VL.Devices.Kinect2

A package for using Kinect2 depth cameras by Microsoft in VL.

For use with vvvv, the visual live-programming environment for .NET: http://vvvv.org

Requirements:

Getting started

  • Install as described here via commandline:

    nuget install VL.Devices.Kinect2

  • Usage examples and more information are included in the pack and can be found via the Help Browser

Contributing

Building from source

Beware there is an oddity required for building the included csproj:

  • The csproj references https://www.nuget.org/packages/Microsoft.Kinect 2.0.1410.19000 which includes a reference .dll that can no longer be loaded with .NET6.0
  • Therefore we added the actual lib (taken from the GAC) to \lib\net6.0\Microsoft.Kinect.dll for shipping with this NuGet