Difference between revisions of "Kinect Getting Started"

From ESE497 Wiki
Jump to navigationJump to search
Line 1: Line 1:
[[media:KinectLabVIEWGettingStarted.zip | KinectLabVIEWGettingStarted.zip]]
+
* 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
 +
* Example Code:
 +
**[[media:KinectLabVIEWGettingStarted.zip | KinectLabVIEWGettingStarted.zip]]

Revision as of 16:02, 13 October 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
  • Example Code: