VideoDeviceController.Brightness Property

Definition

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

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

Property Value

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

Remarks

For NTSC sources, brightness is expressed in IRE units multiplied by 100. For non-NTSC sources, the units are arbitrary, with 0 representing blanking and 10000 representing pure white.

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

Applies to

See also