RegionsOfInterestControl.AutoExposureSupported Property

Definition

Gets a value that specifies if auto exposure is supported on the capture device.

public:
 property bool AutoExposureSupported { bool get(); };
bool AutoExposureSupported();
public bool AutoExposureSupported { get; }
var boolean = regionsOfInterestControl.autoExposureSupported;
Public ReadOnly Property AutoExposureSupported As Boolean

Property Value

Boolean

bool

true if auto exposure is supported; otherwise, false.

Applies to