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
Creates a new INuiBackgroundRemovedColorStream.
Syntax
HRESULT NuiCreateBackgroundRemovedColorStream(
INuiSensor *pNuiSensor,
INuiBackgroundRemovedColorStream **ppBackgroundRemovedColorStream
)
Parameters
- pNuiSensor
Type: INuiSensor
[in] Pointer to the INuiSensor that will provide the data streams for the INuiBackgroundRemovedColorStream. - ppBackgroundRemovedColorStream
Type: INuiBackgroundRemovedColorStream
[out] Pointer that receives a reference to the newly created INuiBackgroundRemovedColorStream.
Return Value
Type: HRESULT
HRESULT success or error code.
Requirements
Header: Declared in kinectbackgroundremoval.h.
Library: Use KinectBackgroundRemoval180_32.lib for 32-bit applications and use KinectBackgroundRemoval180_64.lib for 64-bit applications.