ExposureControl.Auto Property

Definition

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