RegionOfInterest.AutoExposureEnabled 属性

定义

获取或设置一个值,该值指定是否启用自动曝光。

public:
 property bool AutoExposureEnabled { bool get(); void set(bool value); };
bool AutoExposureEnabled();

void AutoExposureEnabled(bool value);
public bool AutoExposureEnabled { get; set; }
var boolean = regionOfInterest.autoExposureEnabled;
regionOfInterest.autoExposureEnabled = boolean;
Public Property AutoExposureEnabled As Boolean

属性值

Boolean

bool

如果启用自动曝光,则为 true;否则为 false

适用于