Top "Kinect" questions

Microsoft's Kinect is a motion sensing input device for the Xbox 360, Xbox One and PCs.

Cannot open Windows.h in Microsoft Visual Studio

First of all: I'm using Microsoft Visual Studio 2012 I am a C#/Java developer and I am now trying to …

c++ windows visual-studio kinect
Implicitly convertible to 'System.IDisposable' error

This is what I'm trying to do: private KinectAudioSource CreateAudioSource() { var source = KinectSensor.KinectSensors[0].AudioSource; source.NoiseSuppression = _isNoiseSuppressionOn; source.AutomaticGainControlEnabled = _…

c# kinect
OpenCV: How to visualize a depth image

I am using a dataset in which it has images where each pixel is a 16 bit unsigned int storing the …

c++ opencv visualization kinect depth
Raspberry Pi with Kinect

Could anyone get the camera data from the Kinect using a Raspberry Pi ? We would like to make a wireless …

kinect raspberry-pi
Using XBox 360 Kinect with Kinect for Windows SDK

I'm working on a class project which is using a Kinect. According to the [Microsoft Kinect for Windows Information Page][1]: …

c# windows kinect
How to Connect Kinect 2 for Xbox One with PC

I have an Xbox One with Kinect 2. I want to know if I can connect it to my PC, and …

kinect kinect-sdk openkinect xbox-one
Precision of the kinect depth camera

How precise is the depth camera in the kinect? range? resolution? noise? Especially I'd like to know: Are there any …

kinect depth
Convert 16-bit-depth CvMat* to 8-bit-depth

I'm working with Kinect and OpenCV. I already search in this forum but I didn't find anything like my problem. …

c++ opencv input kinect depth
How to make a control in XAML public in order to be seen in other classes

I'm working in wpf application i made a checkbox in the XAML, then my code calls a function in a …

c# wpf xaml checkbox kinect
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, …

kinect