VideoDeviceController.Brightness Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.