Share via


InteractionStream.ProcessSkeleton Method

Process a skeleton data array for interaction.

Syntax

public void ProcessSkeleton (
         Skeleton[] skeletons,
         Vector4 accelerometerReading,
         long timestamp
)

Parameters

  • skeletons
    Type: Skeleton
    The skeleton data to process.
  • accelerometerReading
    Type: Vector4
    The current accelerometer data.
  • timestamp
    Type: Int64
    Timestamp of the skeleton data.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Interaction

Assembly: Microsoft.Kinect.Toolkit.Interaction (in microsoft.kinect.toolkit.interaction.dll)

See Also

Reference

InteractionStream Class
InteractionStream Members
Microsoft.Kinect.Toolkit.Interaction Namespace