C# Class HandInput.Engine.KinectDataPacket

Show file Open project: ushadow/handinput

Public Properties

Property Type Description
ColorData byte[]
DepthData short[]
Skeleton Microsoft.Kinect.Skeleton

Property Details

ColorData public property

public byte[] ColorData
return byte[]

DepthData public property

public short[] DepthData
return short[]

Skeleton public property

public Skeleton,Microsoft.Kinect Skeleton
return Microsoft.Kinect.Skeleton