Tagged Questions

The Kinect is a result of Microsoft's Project Natal. It is hardware that provides video streaming and a depth map. The Kinect can be used with the Xbox 360 gaming console, or on a computer running Windows 7 with the Kinect SDK installed, or on any other operating system with the OpenKinect SDK. The ...

learn more… | top users | synonyms

25
votes
1answer
840 views

Using System.Speech with Kinect

I am developing a prototype speech to text captioning application for a University project. I am going to be using gesture recognition within my project late on, so I thought it would be a good idea ...
21
votes
7answers
6k views

Kinect pattern recognition

I bought a Kinect to play around with on my PC in C#. (And what fun it is to program!) I'm using CLNUIDevice.dll to get the depth image from Kinect. This works fine and I'm able to read the depth ...
20
votes
6answers
956 views

Matching Kinect Audio with Video

I have a project dealing with video conferencing using the Kinect (or, more likely, four of them). Right now, my company uses these stupidly expensive cameras for our VTC rooms. The hope is, using a ...
14
votes
6answers
472 views

Kinect in HTML5

Kinect for Windows has been just released on the 1st of February. Is there any good way to make it work with HTML5 games? Perhaps even somehow with the upcoming GamePad API...? Looking for ideas ...
14
votes
1answer
1k views

OpenNI UserTracker.java sample crashes

I've built OpenNI and Sensor from source on Github and installed Nite. I've tested this on Debian with 2.6.39 kernel and with different versions of Java, and on another computer with Lubuntu 11.04 and ...
13
votes
4answers
3k views

kinect beginners help

does anyone have a good tutorial or information how can i start programing C# application using kinect i have been searching and all i find is videos but no real help thank you for your help :)
13
votes
4answers
1k views

Remove Kinect depth shadow

I've recently started hacking on my Kinect and I want to remove the depth shadow. The shadow is caused by the IR emitter being positioned slightly to the side of the camera, so any close object will ...
11
votes
5answers
479 views

Sending keyboard events to another application in C# that does not handle Windows events

here is my situation: we are writing an application that must transform Microsoft Kinect coordinates into keyboard and mouse events. When we need to take control of the mouse, everything works as we ...
11
votes
1answer
1k views

How to detect gestures in OpenKinect (with python wrappers)

I've started looking into OpenKinect development, and to start, I'm trying to figure out how to look for certain gestures done by the person. Are there any tutorials out there on how to do this? Or ...
9
votes
2answers
1k views

Extract projective homography from two Kinect depth maps

Given two consecutive 3D point clouds 1 and 2 (not the whole cloud, say 100 points selected from the cloud with OpenCV's GoodFeaturesToMatch), obtained from a Kinect depthmap, I want to compute ...
9
votes
5answers
1k views

Kinect drivers for PC - is it possible to develop, and is it legal?

I found that Kinect has a great potential to become not just a gaming exprience enhancer (subjective) but also becoming the new "mouse" or "touch screen", and change the way we look at user interfaces ...
8
votes
2answers
572 views

Background removal using Kinect: noise suppression around body shape

The objective is to display the person on a different background (aka background removal). I'm using the Kinect with Microsoft's Beta Kinect SDK to do so. With help of the depth, the background is ...
8
votes
2answers
309 views

When using Kinect for Windows SDK can you use a simulator for the Kinect or must you use the hardware?

I want several of my developers to start playing with the Kinect SDK immediately and the timeframe is tight. Because they are not in the US, it will take me too much time to get them a Kinect and the ...
8
votes
1answer
312 views

Problems when compiling the Open Kinect drivers for Python on Windows

I'm trying to compile the Open Kinect drivers for Python on Windows I made a Make file with CMake (link) and tried compiling it with VC++ Express. Everything seems to compile alright (the viewer ...
8
votes
1answer
447 views

Measuring in Kinect

I'm trying to get started with Kinect, and it has a depth sensing camera, but I've seen no guidance on measuring width/height/lengths. Is it a matter of working out the distance an object is away ...
8
votes
2answers
503 views

SWIG C++ bindings with callback

I am writing some SWIG/Python bindings for some C++ code. This is for what is called the Kinect Accidental API, I have the motor and led functions working. The callbacks to the Listener class which ...
7
votes
1answer
416 views

How to track ONE person with Kinect (trackingID)

I would like to track the first person, and use this person's right hand to navigate in the application that I made. I can take over the cursor, now I just want only one person being tracked. So ...
7
votes
1answer
1k views

Official Kinect SDK vs. Open-source alternatives

Where do they differ? What are the advantages of choosing libfreenect or OpenNI+SensorKinect, for example, over the Official SDK, and vice-versa? What are the disadvantages? Thank you for your ...
7
votes
1answer
495 views

Rendering Kinect Point Cloud with Vertex Buffer Object (VBO)

I´m trying to make a dynamic point cloud visualizer. The points are updated every frame with Kinect Sensor. To grab the frames I´m using OpenCV and GLUT to display. The OpenCV API returns a 640 x 480 ...
6
votes
1answer
322 views

Working with depth data - Kinect

I just started learning about Kinect through some quick start videos and was trying out the code to work with depth data. However, I am not able to understand how the distance is being calculated ...
6
votes
2answers
2k views

How to align kinect's depth image with color image

The image produced by the color and depth sensor on the Kinect are slightly out of alignment. How can I transform them to make them line up?
6
votes
1answer
478 views

Threading with the Kinect

I am writing a C# application that is using the Kinect, i am taking the output currently and writing it to a Shader Resource and rendering it as a texture, my issue is that the Kinect (apparently) ...
6
votes
3answers
549 views

Hand Detection results in jerky cursor

I've written a program that uses the Depth data from a Kinect, and does blob detection to find a user's hand. However, when using the user's hand to control the mouse, it becomes very jerky, probably ...
6
votes
3answers
2k views

OpenKinect Maturity

I'm interested in writing some homebrew code for the Microsoft Kinect console. I have a few applications which I think would translate well to the platform. I've been toying with the idea of giving ...
5
votes
2answers
346 views

How do I implement a wave gesture in kinect?

I would like to use a gesture, so the kinect can select the person with the gesture as the main player. After this he can control the PC. Selecting the person and giving them control is done. Now i ...
5
votes
1answer
143 views

How to zoom Kinect camera?

I am now starting my own voyage into the realms of the kinect development. Is there any support for zooming the camera using the c# sdk? Thank you,
5
votes
4answers
167 views

Pygame Segmentation error when using the SimpleCV library findBlob function

I have been using SimpleCV for find blobs to be used with a self-driving robot. The problem is when I call the findBlobs command in SimpleCV. When I completely block the lens of the Kinect Camera, ...
5
votes
1answer
224 views

General considerations for NUI/touch interface

For the past few months I've been looking into developing a Kinect based multitouch interface for a variety of software music synthesizers. The overall strategy I've come up with is to create ...
5
votes
1answer
1k views

detecting finger movement with Microsoft Kinect in c#

Is it possible to detect finger movements with Kinect. I am able to detect skeleton and do some mouse movement and perform a click based on OTHER HAND location. I would like to implement the 'mouse ...
5
votes
3answers
3k views

Where can I learn/find examples of gesture recognitions streamed from Kinect, using OpenCV?

I have Kinect and drivers for Windows and MacOSX. Are there any examples of gesture recognitions streamed from Kinect using OpenCV API? I'm trying to achieve similar to DaVinci prototype on Xbox ...
4
votes
1answer
66 views

Using Kinect to detect objects on the floor

Lets say that I have a kinect pointing at a floor. If I place 3 or 4 objects on the floor how can I determine the plane those objects are on? How can I detect brightly colored objects on that ...
4
votes
2answers
237 views

Attempting to Simulate Mouse Click / Drag

So I'm trying to simulate the left mouse click and the left mouse release to do some automated dragging and dropping. It's currently in a C# Winforms (Yes, winforms :|) and is being a bit of a goose. ...
4
votes
2answers
662 views

Kinect gesture analysis

I'm doing a kinect Application using Official Kinect SDK. The Result I want 1) able to identify the body have been waving for 5sec. Do something if it does 2) able to identify leaning with one leg ...
4
votes
1answer
245 views

Kinect crop image

I'm trying to crop a rectangular region of a video RGB. First i found the coordinates of head joint and with this coordinates i drew a rectangle over the RGB video. Now i want to show in another video ...
4
votes
4answers
1k views

3d model construction using multiple images from multiple points (kinect)

is it possible to construct a 3d model of a still object if various images along with depth data was gathered from various angles, what I was thinking was have a sort of a circular conveyor belt where ...
4
votes
2answers
325 views

C#: Invoke Windows Magnifier

I'm building a gesture system for the Kinect SDK in a C#/WPF app. I want to add a gesture for Magnifier zoom in and out. I'd prefer to use the built-in Windows Magnifier or its underlying logic, but ...
4
votes
3answers
3k views

Kinect and Opencv, the depth image, how to use it

I've using Kinect and OpenCV (I am using c++). I can get both the RGB and the depth image. With the RGB image I can "play" as usual, blurring it, using canny (after converting it to greyscale),... but ...
4
votes
4answers
5k views

Kinect 3D gesture recognition based on skeleton movements - What libraries exist?

What gesture recognition libraries (if any) exist for the Kinect? Right now I'm using OpenNI to record skeleton movements but am not sure how to go from that to triggering discrete actions. My ...
4
votes
5answers
6k views

Programming with Microsoft Kinect

Does anyone know if an end user purchases the Kinect sensor, he can program using it to make own games. Or is the API only for professional game studios?
3
votes
2answers
103 views

How to optimize time for writing a lot files (saving frames from video)

Background I am currently working on a small application that grabs the RGB and depth map streams from a Microsoft Kinect device and saves them on disk for future analysis. Whn I run the program it ...
3
votes
1answer
132 views

Can the Kinect SDK be run with saved Depth/RGB videos, instead of a live Kinect?

This question relates to the Kaggle/CHALEARN Gesture Recognition challenge. You are given a large training set of matching RGB and Depth videos that were recorded from a Kinect. I would like to use ...
3
votes
3answers
143 views

Faking Input Like GlovePIE

I have been programming against Kinect, and I now want to have games react to what I am doing on the Kinect. It is real easy to send data to notepad for key presses, but much harder to send it to ...
3
votes
1answer
403 views

kinect object measuring

I am currently trying to figure out a way to calcute the size of a given object with kinect since I have the following data angular field of view of the lens distance and width in pixels from a ...
3
votes
3answers
225 views

Resources for Starting to Develop with Kinect

I'm an experienced C# developer, but all of my previous work has been with business-type applications. I'm really interested in starting to do some work with the Kinect SDK, but I know there's a gap ...
3
votes
1answer
410 views

Headtracking with Kinect SDK?

Is is possible to detect if I turn or tilt my head with Kinect. Preferably with the Kinect SDK. I know that Forza 4 will have some headtracking, but can it be done with the SDK?
3
votes
4answers
778 views

How to track head position

I want to do something similar to what Johhny Lee did in his Wii head tracking http://www.youtube.com/watch?v=Jd3-eiid-Uw&feature=player_embedded But I want to use the Kinect. Since Microsoft's ...
3
votes
2answers
1k views

Can I use the Kinect API on a virtual machine?

This programming guide implies that this is possible, so I figure what the heck. Right now, though, it doesn't work. Host OS is Vista 64-bit, VMWare Workstation 6.5.3 is running Windows 7 Enterprise ...
3
votes
2answers
473 views

Save Kinect depth image in Matlab?

By using Kinect, I can get depth image in which each depth image pixel store the distance(in millimeter) between camera and object. Now I want to save them so that I can use later. What is the best ...
3
votes
2answers
182 views

Finding Projection and z distance

I have an image that represents a projection. I am going to explain the problem with an example: In the screen, there is a line from one point E(100,200) to another point H (150,100). A ...
3
votes
1answer
2k views

Kinect Gesture Recognition Theory

What are some of the algorithms involved in detecting user gestures based on skeleton movements? The ones I'm aware of include: a) Hidden markov models. You define a number of parameters for the ...

1 2 3 4 5 7