Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ExposureControl.Auto Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a value that indicates if auto exposure is enabled.

public:
 property bool Auto { bool get(); };
bool Auto();
public bool Auto { get; }
var boolean = exposureControl.auto;
Public ReadOnly Property Auto As Boolean

Property Value

Boolean

bool

true if auto exposure is enabled; otherwise, false.

Remarks

Automatic exposure mode is only supported while the preview stream is running. Check to make sure that the preview stream is running before turning on automatic exposure.

Applies to


Feedback

Was this page helpful?