ExposureControl.Value Property

Definition

Gets the EV compensation value.

public:
 property TimeSpan Value { TimeSpan get(); };
TimeSpan Value();
public System.TimeSpan Value { get; }
var timeSpan = exposureControl.value;
Public ReadOnly Property Value As TimeSpan

Property Value

The EV compensation value.

Remarks

To set an exposure value, call SetValueAsync specifying a value between the Min and Max exposure values. To turn auto exposure on, call SetAutoAsync.

Applies to