Interacting with avatar using Kinect and Unity

11,491

Solution 1

Custom Kinect Gesture Recognition using OpenNI and Unity3D
kinect.dashhacks.com

A tipster has tipped a lil tipple my way in the form of custom gesture recognition for the Kinect using OpenNI and Unity 3D. What this allows you to do is create you own custom gesture that are recognized by the kinect through the software interface.


Unity and Kinect tutorial
nightmarekitty.com

For this chapter, we are going to be using a very popular game engine called Unity. By integrating OpenNI, Nite and Sensor Kinect into Unity we will control a 3d character and multiple user interfaces. After we cover the main Components, we will build an example of each from the bottom up.


Kinect Wrapper Example Project
wiki.etc.cmu.edu

This scene shows you how a skeleton is generated / tracked by placing spheres at each of the bones tracked by the Kinect, and how to use kinect to control your model. Use this to get a feel for what the Kinect is capable of. It also shows you how to prepare your GameObjects

Solution 2

I am not familiar with Unity 3d,but you can try using kinect with XNA. At the latest version of Kinect for windows SDK 1.5 and Developer Tookit 1.5.1,there is a sample demonstrating how to interact with 3d avatar using Kinect and XNA,you can find more information on http://msdn.microsoft.com/en-us/library/jj131041

Solution 3

I have no idea about GAKUNity, but you can use zigfu plugin for unity3d and do your project. It has got sample codes and character which you can use for reference, and the sample codes are commented nicely .

You can just import your bone, drag your bones on the zigskeleton script . just read through th zig skeleton script and you will understand the function and structures they are using.

And you can even refer the MEET THE KINECT book, they have explained about using zigfu in unity .

Share:
11,491

Related videos on Youtube

Raghuveer
Author by

Raghuveer

merge delete

Updated on June 04, 2022

Comments

  • Raghuveer
    Raghuveer almost 2 years

    I want to move the avatar based on the movement the player using kinect and Unity, are there any good tutorials?

    We are using unity and Kinect interface to create a simple application. Based on the movement of the player we need to move the avatar.

    We are supposed to use Unity with GAKUNITY, No OpenNI or any third party tools.

    Are there any good tutorials for GakUnity with Kinect?

    GAK means Gadget Accelerator Kit

    We just want to move any avatar with player movement in front of kinect interface. Even help in hand movement also highly appreciated.

    You can also share useful links or books regarding to unity and kinect programming.

    • vpiTriumph
      vpiTriumph about 12 years
      If you're looking to do Kinect programming you basically have two paths. One is using Microsoft's Official SDK which limits you to Windows and currently is not supposed to be used for commercial purposes. Your other option, which I would recommend is OpenNI. Both provide skeletal tracking, but you're ultimately responsible for tying it into your 3D engine.
    • Liam McInroy
      Liam McInroy about 12 years
      @RaghuveerGuthikonda Lol, i search GAKUNITY in google and the first result is this question