Share via


BackgroundRemovedColorStream.ProcessColor Method

Kinect for Windows 1.8

Processes data from one Kinect color frame.

Syntax

public void ProcessColor (
         byte[] colorData,
         long timestamp
)

Parameters

  • colorData
    Type: Byte
    The color frame to process.
  • timestamp
    Type: Int64
    The timestamp of the ColorImageFrame that the color frame originated from.

Requirements

Namespace: Microsoft.Kinect.Toolkit.BackgroundRemoval

Assembly: Microsoft.Kinect.Toolkit.BackgroundRemoval (in microsoft.kinect.toolkit.backgroundremoval.dll)

See Also

Reference

BackgroundRemovedColorStream Class
BackgroundRemovedColorStream Members
Microsoft.Kinect.Toolkit.BackgroundRemoval Namespace