Questions tagged [kinect]
An Xbox360 peripheral device. It uses the player movements as inputs instead of a standard (button and joystick based) controller.
49 questions
0 votes
0 answers
41 views
Increase sound tempo in Unity when new player joins in Kinect game
I'm using Unity to create a Windows-build game with Kinect. I have some drum beats, which can either be used as single sound effect or be edited to be a piece of continuous music. I want these drum ...
0 votes
0 answers
162 views
Increase maximum tracking distance of Kinect
So according to the Kinect v2 SDK specs, the maximum skeletal tracking distance is only 4.5M. Is there any way to increase this distance, perhaps with reduced skeletal tracking accuracy since I only ...
0 votes
1 answer
256 views
Kinect for Xbox One (+ adapter) and Windows 10
Can I use Kinect Xbox One (with adapter like Kinect for Windows V2 device), SDK 2.0, to build applications on Windows 10? I've read the requirements for Kinect and it lists only Win 8.0 and Win 8.1. ...
1 vote
0 answers
182 views
How to compare two skeletons by using kinect sensor? [closed]
I need to know about how to compare record skeleton with live skeleton in C#. If there are any reference please let me know. example image for what I done up to now
1 vote
1 answer
592 views
How to smooth hand drawn lines?
So I am using Kinect with Unity. With the Kinect, we detect a hand gesture and when it is active we draw a line on the screen that follows where ever the hand is going. Every update the location is ...
0 votes
1 answer
102 views
Mapping simulated onto real with a Kinect and projector
I have this partially working already, but my implementation doesn't animate very well (lots of jitter, some random movements) and I thought that you guys in Game Development might be able to point me ...
2 votes
0 answers
276 views
Cloth effect to boned model for XNA
I'm currently working in virtual dressing project using kinect. I'm using a dress model with bone created in blender and added that to xna, placed on the customer and controlled the product movements ...
2 votes
0 answers
351 views
How do I get the depth data of objects closer than 800mm?
I'm trying to scan the layout of blocks on a table. My Kinect can be at most 1m away from the surface and I need to stack those blocks higher than 20 cm. I'm using Zigfu. Using the kinect 1 I have to ...