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
Options for reducing flicker caused by the frequency of a power line.
Syntax
typedef enum _NUI_POWER_LINE_FREQUENCY
{
NUI_POWER_LINE_FREQUENCY_DISABLED,
NUI_POWER_LINE_FREQUENCY_50HZ,
NUI_POWER_LINE_FREQUENCY_60HZ
} NUI_POWER_LINE_FREQUENCY;
Constants
Constant | Description | |
---|---|---|
NUI_POWER_LINE_FREQUENCY_DISABLED | Disables flicker reduction. | |
NUI_POWER_LINE_FREQUENCY_50HZ | Reduce flicker caused by a 50Hz power line. | |
NUI_POWER_LINE_FREQUENCY_60HZ | Reduce flicker caused by a 60Hz power line. |
Requirements
Header: Declared in nuiimagecamera.h.