CaptureSceneMode Enum

Definition

Defines the possible capture scene modes.

public enum class CaptureSceneMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CaptureSceneMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CaptureSceneMode
var value = Windows.Media.Devices.CaptureSceneMode.auto
Public Enum CaptureSceneMode
Inheritance
CaptureSceneMode
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Auto 0

Indicates that the best settings and exposure optimization are automatically performed.

Backlit 12

Indicates that the captured framed is optimized for photos that are backlit.

Beach 7

Indicates that the captured framed is optimized for beach photos.

Candlelight 9

Indicates that the captured framed is optimized for candlelight photos.

Landscape 10

Indicates that the captured framed is optimized for photos of landscape.

Macro 2

Indicates that the captured framed is optimized for macro photos.

Manual 1

Indicates that no optimization is performed on the captured frame.

Night 6

Indicates that the captured framed is optimized for night photos

NightPortrait 11

Indicates that the captured framed is optimized for low-light portrait photos.

Portrait 3

Indicates that the captured framed is optimized for portrait photos.

Snow 5

Indicates that the captured framed is optimized for photos that include snow.

Sport 4

Indicates that the captured framed is optimized for sports photos.

Sunset 8

Indicates that the captured framed is optimized for sunset photos.

Applies to

See also