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.5, 1.6, 1.7, 1.8
Image resolutions for stream data.
Syntax
typedef enum _NUI_IMAGE_RESOLUTION
{
NUI_IMAGE_RESOLUTION_INVALID,
NUI_IMAGE_RESOLUTION_80x60,
NUI_IMAGE_RESOLUTION_320x240,
NUI_IMAGE_RESOLUTION_640x480,
NUI_IMAGE_RESOLUTION_1280x960
} NUI_IMAGE_RESOLUTION;
Constants
Constant | Description | |
---|---|---|
NUI_IMAGE_RESOLUTION_INVALID | The image resolution is invalid. | |
NUI_IMAGE_RESOLUTION_80x60 | The image resolution is 80 x 60. | |
NUI_IMAGE_RESOLUTION_320x240 | The image resolution is 320 x 240. | |
NUI_IMAGE_RESOLUTION_640x480 | The image resolution is 640 x 480. | |
NUI_IMAGE_RESOLUTION_1280x960 | The image resolution is 1280 x 960. |
Requirements
Header: Declared in NuiImageCamera.h; however, include NuiApi.h in your project.