Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.8
Enables the generation of background-removed color frames.
Syntax
public void Enable (
ColorImageFormat colorFormat,
DepthImageFormat depthFormat
)
Parameters
- colorFormat
Type: ColorImageFormat
The format of the color frames that will be processed by this stream. The only supported formats are ColorImageFormat.RgbResolution1280x960Fps12 and ColorImageFormat.RgbResolution640x480Fps30. - depthFormat
Type: DepthImageFormat
The format of the depth frames that will be processed by this stream. All resolutions are supported, although DepthImageFormat.Resolution320x240Fps30 is recommended.
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