1 / 9

Streams sync and coordinate mapping

Streams sync and coordinate mapping. Kinect for Windows Video Courses. Sync Streams. Color/Depth/Skeletal stream Sync streams in C# e vent EventHandler < AllFramesReadyEventArgs > KinectSensor.AllFramesReady Refer to TimeStamp property in ImageFrame / SkeletonFrame Classes.

len
Download Presentation

Streams sync and coordinate mapping

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Streams sync and coordinate mapping Kinect for Windows Video Courses

  2. Sync Streams

  3. Color/Depth/Skeletal stream Sync streams in C# event EventHandler<AllFramesReadyEventArgs> KinectSensor.AllFramesReady Refer to TimeStamp property in ImageFrame/SkeletonFrame Classes Sync streams

  4. Coordinate Mapping

  5. Coordinate Spaces X • Color space • Pixel value : RGB • Depth space • Pixel value : depth • Skeleton space • Coordiante(x,y,z) in physical space Color/Depth Image Y Depth Camera -50 0 +50

  6. Coordinate Mapper • CoordinateMapperKinectSensor.CoordinateMapper • Maps the different data types (skeleton, depth and color) between coordinate spaces • Mapper methods • MapColorFrameToDepthFrame • MapDepthFrameToColorFrame • MapDepthPointToColorPoint • ……. -50 0 +50

  7. Overview • Hardware overview and • SDK installation • Color • Introduction to color stream • Demo: How to get color stream • Demo: ColorBasics sample • Depth • Introduction to depth stream • Demo: How to get depth data • Demo: DepthBasics sample • Skeleton • Introduction to skeleton stream • Demo: How to get skeleton stream • Demo: SkeletonBasics sample • Audio • Introduction to audio stream • Demo: How to capture audio • Demo: Speech recognition • Advanced Topics • Streams sync and coordinate mapping • Demo: Streams sync and coordinates mapping • Accelerometer and tilt angle • Demo: How to get accelerometer and tilt angle

  8. Thanks Contact us: http://social.msdn.microsoft.com/Forums/en-US/kinectsdk

More Related