-2
votes
0answers
23 views

Interfacing hand movement, tracked with KINECT WRAPPER PACKAGE to unity game [closed]

I want to interface the kinect to unity to detect gestures using kinect with the help of wrapper package. The thing i'm not getting is how to start this. I mean there is a skeleton detected and the ...
0
votes
1answer
48 views

unity3D + kinect interection

guys i am working on a project which uses unity engien and kinect as input source ..now according to my knowledge there is not much support between unity and kinect sdk ..i have heard about zigfu ...
0
votes
2answers
135 views

User detection in unity with kinect sdk

I'm using Unity 4.0.1 with kinect sdk 1.6 and developing with c# (imported kinect wrapper), In the project when user goes out of range or one of bones can not be captured because of user not exactly ...
0
votes
1answer
60 views

Generating Keystroke With the Kinect

I'm currently working on a project for the final year of my degree and am having some trouble with the coding aspect, being fairly new to C# and unity. I'm using the Kinect, unity and zigfu package ...
0
votes
1answer
408 views

Useful examples of Kinect in combination with Unity?

My colleague and I are working on a project where we need to use Kinect to control an application made in Unity. We have familiarized ourselves with Kinect and Unity, but we can't find any examples or ...
0
votes
1answer
58 views

OnGui elements interacting with other OnGui elements

Within my 2d game i wsih to have a number of OnGui elements there for the user to select, however, the cursor that im using is another ongui element(using kinect to navigate) is this possible by any ...
0
votes
0answers
75 views

Two player recognition in kinect? [closed]

I've built a car game using UNITY3D. I have two modes i.e. single player and two player. I have managed to control the steering and throttle of one player game using the kinect as input. I was ...
0
votes
2answers
275 views

A kinect cursor in unity

I wish to be able to get a curser working in unity using Kinect. its essential that i do this by using the kinect sdk as a plugin into unity and not to use openni , ive managed to get it half working ...
0
votes
0answers
67 views

Rendering virtual objects within a real scene

This should be a typical augmented reality problem, but I have not found an answer yet. I have depth maps and color images (both of them are from a camera), and I create some virtual objects to ...
1
vote
1answer
245 views

Check if arms are raised Zigfu and Unity3D

Using Zigfu in Unity3D, how can I check if arms are raised?
0
votes
0answers
307 views

Kinect and Unity, skeleton freedom

I'm using this package to work with kinect in Unity. But the skeleton keep freezed at a point, only members move normaly. I mean, i would expect that if I make a side step the skeleton would do too, ...
0
votes
0answers
166 views

Kinect headtracking [closed]

I am working in Unity3d and C#. There I have a model, which should move its eyes or head (if necessary), if a real person moves to the side. This person has to be recognized by Microsoft Kinect. So ...
2
votes
1answer
591 views

Overview of implementing Kinect and Unity 3D Integration [closed]

I am looking to make a simple game project in the Unity 3D environment, that utilises the Kinect to have a game character mimic what occurs in real life. I am trying to achieve this in the shortest ...
0
votes
1answer
381 views

kinect unity3d face tracking

i want to place a mask on a user's face tracking the head to match movement and rotation and at the end grab a 30 second video of the performer. i've been looking how to use kniect face tracking ...
4
votes
1answer
206 views

What event is triggered when player is not detected by Kinect in unity

*I've been working on a project in unity3D using a kinect set-up. The set up is working perfectly. I'm using Unity3D 3.4 in combination with OpenNI, C# coding and of course a kinect. The issue I'm ...
0
votes
2answers
296 views

XNAvs Unity for Developing Kinect games

I wold like to build a simple 3D game using Kinect for windows but I am confuse about what game engine to use. The game that I intend to build has simple graphics and static background however the ...
0
votes
1answer
183 views

Error LNK2019 unresolved external symbol for VS2008 - Unity Plugin

I am trying to get my plugin for Unity Xbox to work correctly. For those who are not familiar with this process, all that is required is a .cpp file and the libraries and headers to be defined in the ...
2
votes
0answers
512 views

Unity3d, Kinect + Zigfu

i have zigfu running in Unity3d on my Mac OS10.7/all the examples in the ZDK work nicely EXCEPT when i try to substitute the enclosed models-- i tried many other models (my own/blender imports, other ...
3
votes
1answer
303 views

Programming a “Lean left and Lean right” - Gesture in Kinect

I'm programming an game in unity 3d, where I am mapping the kinect skeleton on a 3d model. Now I have to check, if the player is leaning left or right... and here is my problem. I've followed this ...
0
votes
1answer
133 views

Trouble getting correct height of joint positions in Unity Xbox

I am using Xbox-Unity and am trying to make a Kinect game. I need to be able to know when a player's foot is in the air and when it comes back down on the ground. I thought that this would be as ...
1
vote
0answers
619 views

OpenNI Zigfu - One or more of the following nodes could not be enumerated:

I wanted to try the Zigfu OpenNI approach for my projects so I installed the following drivers. openni-win32-1.5.2.23-dev SensorKinect091-Bin-Win32-v5.1.0.25 nite-win32-1.5.2.21-dev The samples ...
15
votes
2answers
3k views

Interacting with avatar using Kinect and Unity 3d

I want to move the avatar based on the movement the player using kinect and Unity3d, are there any good tutorials. We are using unity and Kinect interface to create a simple application. Based on the ...
1
vote
1answer
1k views

Kinect SDK 1.0 + Unity / Blender

I'm trying to figure out how to pass datas from kinect sensor to unity 3d. I've found this interesting project http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK , but unfortunately ...
0
votes
1answer
446 views

Passing Image/Depth data from Unity C# to external C# dll

I have written an external C# dll that takes in an Image and does image processing for detecting hand pose. I am currently using ZigFu unity binding for getting kinect data. Now I want to pass ...
1
vote
1answer
2k views

Detect hand swipe gesture in Unity using Kinect with OpenNI

I have a 3D model in my Unity project and I have a JavaScript that rotates the camera based on keyboard arrow keys (left/right). Now, I need to have a script that detects a horizontal swipe hand ...
5
votes
2answers
2k views

Official Kinect SDK and Unity3d

Does anyone know anything about using Kinect input for Unity3d with the official SDK? I've been assigned a project to try and integrate these two, but my super doesn't want me to use the open Kinect ...