Questions tagged [kinect]

Microsoft's Kinect is a motion sensing input device for the Xbox 360, Xbox One and PCs. Combining video and depth cameras, the Kinect allows developers to create a touchless and immersive user experience through voice, movement and gesture control.

Microsoft's Kinect is a motion sensing input device for the Xbox 360, Xbox One and PCs. Originally developed for use with the Xbox 360 the Kinect has been opened up for use with Windows PCs by Microsoft's official , and for additional platforms though OpenKinect's SDK. Using a combination of video and depth cameras, as well as a microphone array, the Kinect hardware provides developers the means for creating a touchless and immersive user experience through voice, movement and gesture control.

The Kinect hardware does not inherently perform any tracking or recognition operations, leaving all such processing to software. Skeleton tracking is generally handled by the SDK (as with Microsoft Kinect for Windows SDK and the OpenKinect SDK) with gesture recognition left to the developer, though multiple libraries exist to aid in recognition of gestures. In addition, speech recognition is performed by external SDKs such as the Microsoft Speech Platform.

Resources

Related tags

2721 questions
8
votes
1 answer

OpenNI RedistMaker - Build Fail on Mac OS

I follow the OpenNI installation guide in README here https://github.com/OpenNI/OpenNI. I have installed libtool and libusb also. However, when I run ./RedistMaker under Platform/Linux-x86/CreateRedist, I got such error message: PrimeSense OpenNI…
wilson100
  • 339
  • 3
  • 7
8
votes
1 answer

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 (float *), for the points xyz position , and a…
Ian Medeiros
  • 1,746
  • 9
  • 24
8
votes
2 answers

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?
Jimmy Engtröm
  • 1,998
  • 4
  • 23
  • 34
8
votes
2 answers

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 parse and populate the RGB and Depth buffers do not…
whatnick
  • 5,400
  • 3
  • 19
  • 35
8
votes
3 answers

USB3 Controller & Kinect 2

I recently updated a PC to Windows 8.1 in order to make it compatible to Kinect v2. It's an ASUS N53S with the following specs: CPU: Intel Core i7 - 2670QM (2.2GHz) RAM: 16 GB GPU: GEForce GT 550M USB3 Controller: Fresco Logic xHCI When running…
Pimich
  • 121
  • 1
  • 1
  • 9
8
votes
1 answer

Key Difference between Active IR image and depth image in Kinect V2

I just have a confusion in understanding the difference between the Active IR image and depth Image of Kinect v2. Can anyone tell me the what special features Active IR image have as compare to depth image?
Addee
  • 663
  • 10
  • 21
8
votes
2 answers

how to improve keypoints detection and matching

I have been working a self project in image processing and robotics where instead robot as usual detecting colors and picking out the object, it tries to detect the holes(resembling different polygons) on the board. For a better understanding of the…
SidJaw
  • 133
  • 2
  • 10
8
votes
4 answers

How do you map Kinect's depth data to its RGB color?

I'm working with a given dataset using OpenCV, without any Kinect by my side. And I would like to map the given depth data to its RGB counterpart (so that I can get the actual color and the depth) Since I'm using OpenCV and C++, and don't own a…
sub_o
  • 2,642
  • 5
  • 28
  • 41
8
votes
2 answers

Capture RGB from Kinnect with Openni and show with OpenCV

I need to capture the color RGB image from a Kinnect camera, but I want to show it in OpenCV as this is only a part of a bigger program. I know OpenCV has compatibility with OpenNI if you set the flag, but although I tried hard CMake couldn't find…
vgonisanz
  • 11,831
  • 13
  • 78
  • 130
8
votes
1 answer

Python- How to configure and use Kinect

I have an Xbox 360 + Kinect. It's great fun to play on it, So, I was wondering if it was possible to use Python to use it and make my own games (and play on PC). Currently, I have 1.Drivers from Microsoft and the hardware.(only) 2.No experience…
pradyunsg
  • 18,287
  • 11
  • 43
  • 96
8
votes
1 answer

How to move a kinect skeleton to another position

I am working on a extension method to move one skeleton to a desired position in the kinect field os view. My code receives a skeleton to be moved and the destiny position, i calculate the distance between the received skeleton hip center and the…
Ewerton
  • 4,046
  • 4
  • 30
  • 56
8
votes
4 answers

Kinect Depth Image

In my application I am getting the depth frame similar to the depth frame retrieved from Depth Basics Sample. What I don't understand is, why are there discrete levels in the image? I don't know what do I call these sudden changes in depth values.…
thinkquester
  • 308
  • 3
  • 18
8
votes
3 answers

C# fast pixel rendering

I'm developing depth processing (Xbox Kinect, Asus Xtion, etc) applications using OpenNI. I need a really simple and fast way of drawing on a Windows form when new depth data is available from the sensor (30 or 60 fps depending on…
Toby Wilson
  • 1,467
  • 5
  • 19
  • 42
8
votes
1 answer

Kinect SDK player detection

I just created a 2 player game (like ShapeGame) but the problem is when one of the players lefts from the game scene, I can't detect which one (which player) left from the game. Think that there are 2 cars in the game. First detected player (call it…
hellzone
  • 5,393
  • 25
  • 82
  • 148
7
votes
1 answer

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,
vondip
  • 13,809
  • 27
  • 100
  • 156