KnownCameraPhotoProperties class

Used to get or set photo capture settings.

Syntax

public static class KnownCameraPhotoProperties
Public NotInheritable Class KnownCameraPhotoProperties
public ref class KnownCameraPhotoProperties abstract sealed 

Members

The KnownCameraPhotoProperties class has these types of members:

  • Properties

Properties

The KnownCameraPhotoProperties class has these properties.

Property Access type Description

ExposureCompensation

Read-only

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

ExposureTime

Read-only

Specifies the exposure time in microseconds.

FlashMode

Read-only

Specifies how the flash is used to capture a photo.

FlashPower

Read-only

Specifies the flash brightness.

FocusIlluminationMode

Read-only

Specifies how the flash is used to focus.

Iso

Read-only

Specifies the equivalent ISO sensitivity.

LockedAutoFocusParameters

Read-only

Specifies whether the autofocus, auto exposure, or auto white balance operations will pause.

ManualWhiteBalance

Read-only

Specifies the color temperature in degrees Kelvin (K).

SceneMode

Read-only

Specifies the camera scene mode.

WhiteBalancePreset

Read-only

Specifies how the color temperature is selected.

 

Remarks

The properties in this class are for use with the PhotoCaptureDevice class. This class is used to identify properties that you want to get or set on the capture device. In the PhotoCaptureDevice class, the GetProperty class gets the current value of the property and the SetProperty method sets the property to a new value. You can also use the GetSupportedPropertyRange or GetSupportedPropertyValues method to learn more about a 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

Attributes

[Deprecated()]

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

[WebHostHidden()]

See also

Object