public:
void FeedAndCalculateFrameData(
Body^ body,
IBuffer^ infraredFrameBuffer,
IBuffer^ colorFrameBuffer,
IBuffer^ depthFrameBuffer
)
body
Type: Body
The body to use for the calculation.
infraredFrameBuffer
Type: IBuffer
The infrared frame buffer to use for the calculation.
colorFrameBuffer
Type: IBuffer
The color frame buffer to use for the calculation.
depthFrameBuffer
Type: IBuffer
The depth frame buffer to use for the calculation.
Namespace: Microsoft.Kinect.Face
Metadata: microsoft.kinect.face.winmd
HighDefinitionFaceFrameSource Class