ExposureControl.Supported Property

Definition

Gets a value that specifies if the capture device supports the exposure control.

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

Property Value

Boolean

bool

true if the exposure control is supported; otherwise, false.

Remarks

If the device does not support the ExposureControl, you can still use the Exposure property on the VideoDeviceController to set the exposure value.

Applies to