VideoDeviceController.WhiteBalance Property

Definition

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

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

Property Value

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

Remarks

White balance is specified as a color temperature in degrees Kelvin.

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

Applies to

See also