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.
Represents a buffer for Kinect Fusion data.
Syntax
typedef struct _NUI_FUSION_BUFFER {
UINT Pitch;
BYTE *pBits;
} NUI_FUSION_BUFFER;
Members
- Pitch
The pitch of the buffer. - pBits
The pointer to the buffer data.
Requirements
Header: nuikinectfusionbase.h
Library: TBD