Skip to content

A package for using Kinect2 depth cameras by Microsoft in VL

Notifications You must be signed in to change notification settings

vvvv/VL.Devices.Kinect2

Repository files navigation

VL.Devices.Kinect2

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

Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net

Requirements:

Using the library

In order to use this library you'll have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see Managing Nugets in the documentation. As described there you go to the commandline and then type:

nuget install VL.Devices.Kinect2

Once the VL.Devices.Kinect2 nuget is installed and referenced in your VL document you'll see the category "Kinect2" under "Devices" in the nodebrowser.

Demos are available via the Help Browser!

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

About

A package for using Kinect2 depth cameras by Microsoft in VL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages