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.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.