Skip to content

Instantly share code, notes, and snippets.

@non117
Created December 13, 2014 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save non117/a66e54a0aad21d13dd6f to your computer and use it in GitHub Desktop.
Save non117/a66e54a0aad21d13dd6f to your computer and use it in GitHub Desktop.
// private MultiSourceFrameReader multiFrameSourceReader = null;
this.multiFrameSourceReader = this.kinectSensor.OpenMultiSourceFrameReader(FrameSourceTypes.Depth | FrameSourceTypes.Color | FrameSourceTypes.Body | FrameSourceTypes.BodyIndex);
this.multiFrameSourceReader.MultiSourceFrameArrived += this.FrameArrived;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment