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
Backlight compensation modes for adjusting the camera to capture data dependent on environmental conditions.
Syntax
typedef enum _NUI_BACKLIGHT_COMPENSATION_MODE
{
NUI_BACKLIGHT_COMPENSATION_MODE_AVERAGE_BRIGHTNESS,
NUI_BACKLIGHT_COMPENSATION_MODE_CENTER_PRIORITY,
NUI_BACKLIGHT_COMPENSATION_MODE_LOWLIGHTS_PRIORITY,
NUI_BACKLIGHT_COMPENSATION_MODE_CENTER_ONLY
} NUI_BACKLIGHT_COMPENSATION_MODE;
Constants
Constant | Description | |
---|---|---|
NUI_BACKLIGHT_COMPENSATION_MODE_AVERAGE_BRIGHTNESS | Favors the average brightness. | |
NUI_BACKLIGHT_COMPENSATION_MODE_CENTER_PRIORITY | Favors the center of the scene. | |
NUI_BACKLIGHT_COMPENSATION_MODE_LOWLIGHTS_PRIORITY | Favors lowlights. | |
NUI_BACKLIGHT_COMPENSATION_MODE_CENTER_ONLY | Favors the center only. |
Requirements
Header: Declared in nuiimagecamera.h.