-1

I'm wondering are their any codes or application that I can use to receive data from Kinect device.

The idea is to use the kinect to send its signals to a surface and get back range of signal data. this could be set of numbers which will change according to the light, distance and angel Thanks.

Asanka
  • 483
  • 2
  • 8
  • 21

1 Answers1

3

Start with downloading the sdk from the link below (windows 8 or above is required for kinect to pc) and use their demo projects to see how to set up a program to read data in from the Kinect. It will have colour and depth cameras and you will be able to get the pixel data back and be able to use the depth feedback to tell how far away something is. As far as angle, the Kinect doesn't have a built in gyroscope so you'll have to use known points and trig to find angles.

https://www.microsoft.com/en-us/download/details.aspx?id=44561

Sean
  • 296
  • 1
  • 11
  • just check and it is a xbox 360 v1 sensor. downloading the sdk but not sure it has demo projects – Asanka Apr 27 '16 at 05:04