NUI_DEPTH_IMAGE_PIXEL Structure
Kinect for Windows 1.6, 1.7, 1.8
Contains a pixel of depth data.
Syntax
typedef struct _NUI_DEPTH_IMAGE_PIXEL {
USHORT playerIndex;
USHORT depth;
} NUI_DEPTH_IMAGE_PIXEL;
Members
- playerIndex
Index of the player at this pixel. - depth
Depth of the pixel.
Requirements
Header: Declared in nuiimagecamera.h.