Share via


INuiColorCameraSettings::GetAutoExposure Method

Kinect for Windows 1.6, 1.7, 1.8

Gets a boolean that determines if automatic exposure is enabled. The values are TRUE (enable) and FALSE (disable); the default value is TRUE.

Syntax

public:
HRESULT GetAutoExposure(
         BOOL *pAutoExposureEnabled
)

Parameters

  • pAutoExposureEnabled
    Type: BOOL
    TRUE if automatic exposure is enabled, false otherwise.

Return Value

Type: HRESULT
Returns S_OK if successful; otherwise, returns a failure code.

Requirements

Header: Declared in nuisensor.h.