VideoDeviceController.BacklightCompensation Property

Definition

Gets a MediaDeviceControl object that can be used to get or set the whether back-light compensation is enabled on the camera.

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

Property Value

A MediaDeviceControl object that provides methods to get and set the back-light compensation.

Remarks

If the value is 1, back-light compensation is enabled. If the value is 0, back-light compensation is disabled.

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

Applies to

See also