Difference between revisions of "Kinect Getting Started"

From ESE497 Wiki
Jump to navigationJump to search
Line 2: Line 2:
 
* Library created (SharedMem.dll) for passing images between Kinect Application and Host Application
 
* Library created (SharedMem.dll) for passing images between Kinect Application and Host Application
 
* Modified SDK example code transfer images from Kinect Application to Host Application
 
* Modified SDK example code transfer images from Kinect Application to Host Application
 +
* Kinect Test
 +
** Start -> All Programs -> Kinect for Windows SDK vX.XX -> Developer Toolkit Browser vX.XX
 +
** Scroll down to Depth with Color-D3D (requires DirectX SDK installation) and hit the Run button
 
* Example Code:
 
* Example Code:
 
**[[media:KinectLabVIEWGettingStarted.zip | KinectLabVIEWGettingStarted.zip]]
 
**[[media:KinectLabVIEWGettingStarted.zip | KinectLabVIEWGettingStarted.zip]]

Revision as of 15:48, 21 November 2014

  • Based on the Microsoft SDK and Microsoft Kinect Driver (v1.6)
  • Library created (SharedMem.dll) for passing images between Kinect Application and Host Application
  • Modified SDK example code transfer images from Kinect Application to Host Application
  • Kinect Test
    • Start -> All Programs -> Kinect for Windows SDK vX.XX -> Developer Toolkit Browser vX.XX
    • Scroll down to Depth with Color-D3D (requires DirectX SDK installation) and hit the Run button
  • Example Code: