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
Sets 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 SetAutoExposure(
BOOL AutoExposureEnabled
)
Parameters
- AutoExposureEnabled
Type: BOOL
A boolean that determines if automatic exposure is enabled.
Return Value
Type: HRESULT
Returns S_OK if successful; otherwise, returns a failure code.
Requirements
Header: Declared in nuisensor.h.