ExposureControl.Supported 屬性

定義

取得值,指定擷取裝置是否支援曝光控制項。

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

屬性值

Boolean

bool

如果支援曝光控制項,則為true;否則為false

備註

如果裝置不支援ExposureControl,您仍然可以在VideoDeviceController上使用Exposure屬性來設定曝光值。

適用於