Giter Site home page Giter Site logo

vl.devices.nuitrack's Introduction

VL.Devices.Nuitrack

Set of nodes to use the Nuitrack API in VL.

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

Using the library

Ensure you've a recent VL version installed (>= 2020.1).

Nuget installation

In order to use this library with VL you 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 VL documentation. As described there you go to the commandline and then type:

nuget install VL.Devices.Nuitrack

Nuitrack SDK Installation

In order for Nuitrack to work in your system you will need to install the Nuitrack SDK.

Head to (https://nuitrack.com/#api) and download the SDK, this will require opening an account with Nuitrack (if you don't already have one). The free trial will allow you to use the SDK 3 minutes at a time before needing to restart your application/patch.

Once downloaded install the Nuitrack SDK following on-screen instructions. (The subsequent steps assume you used C:\Nuitrack as your installation path)

Setting environment variables

In some cases you will need to set some environment variables in your system before Nuitrack works correctly. For the examples below it is assumed you installed the SDK in C:\Nuitrack, change the paths accordingly to match your installation path.

(Official instructions here )

  • Set "NUITRACK_HOME" to C:\Nuitrack\nuitrack\nuitrack
  • Add "C:\Nuitrack\nuitrack\nuitrack\bin" to you "PATH" environment variable

Activate Nuitrack

After the steps above have been done you will need to activate your Nuitrack installation.

  • Make sure you have a compatible sensor connected to your system and that any required drivers or software are installed
  • Head to "C:\Nuitrack\nuitrack\nuitrack\activation_tool"
  • Run "Nuitrack.exe".
  • Click on Test, after a short while you should see a window with input from your device, click to toggle between color and depth view
  • Back on the main application window click on Add License and paste in the code you got during your registration (if you have registered but do not have a key at hand follow the steps in the section below)

Getting an activation key

If you have registered on nuitrack.com but for any reason do not have a key at hand, you can head to (https://cognitive.3divi.com/app/nuitrack/dashboard/) and select your key from the "Other licenses" list or Activate a new key using one of the "Activate" buttons (Trial or Available licenses) at the top. The provided key should allow you to activate your copy of Nuitrack SDK.

Using Nuitrack in VL

Once you have gone through the steps above and the VL.Devices.Nuitrack nuget is installed and referenced in your VL document you'll see the category "Nuitrack" under "Devices" in the nodebrowser.

Demos are available via the Help Browser!

Contributing to the development

If you want to contribute to this repository, clone it into a directory like:

X:\vl-libs\VL.Devices.Nuitrack

Build the C# Project

Open

X:\vl-libs\VL.Devices.Nuitrack\src\VL.Devices.Nuitrack

in VisualStudio and build it. This is necessary for a few things that cannot yet be expressed in vl directly, like inheritance.

Reference VL.Devices.Nuitrack.vl

In the VL document where you want to have access to the Kinect2 nodeset, add a dependency to:

X:\vl-libs\VL.Devices.Nuitrack\VL.Devices.Nuitrack.vl

The available Nuitrack nodes should appear in the nodebrowser under Devices->Nuitrack.

vl.devices.nuitrack's People

Contributors

azeno avatar joreg avatar ravazquez avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.