KnownCameraPhotoProperties.ExposureCompensation property

Specifies the exposure compensation in units of one-sixth of an EV.

Syntax

public static Guid ExposureCompensation { get; }
Public Shared ReadOnly Property ExposureCompensation As Guid
public:
static property Guid ExposureCompensation { 
   Guid get();
}

Property value

Type: System.Guid [.NET] | Platform::Guid [C++]

The ID of the exposure compensation.

Remarks

This property lets you make adjustments to the exposure time in units of one-sixth of an EV. Exposure compensation is applied whether or not auto exposure is used to select the original exposure time. Use the LockedAutoFocusParameters property to enable or disable auto exposure.

This property is for use with the PhotoCaptureDevice class. In the PhotoCaptureDevice class, the GetProperty class gets the current value of the property (of type System.Int32). The SetProperty method sets the property to a new value.

Not all values may be supported by each phone. Use the GetSupportedPropertyRange method to learn more about this property.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

See also

KnownCameraPhotoProperties