VideoDeviceController.Contrast Property

Definition

Gets a MediaDeviceControl object that can be used to get or set the contrast level on the camera.

public:
 property MediaDeviceControl ^ Contrast { MediaDeviceControl ^ get(); };
MediaDeviceControl Contrast();
public MediaDeviceControl Contrast { get; }
var mediaDeviceControl = videoDeviceController.contrast;
Public ReadOnly Property Contrast As MediaDeviceControl

Property Value

A MediaDeviceControl object that provides methods to get and set the contrast.

Remarks

Contrast is specified as a gain factor multiplied by 100.

For more information on getting or setting this value, see MediaDeviceControl.

Applies to

See also