Share via


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.

Manual 1

Indicates that no optimization is performed on the captured frame.

Macro 2

Indicates that the captured framed is optimized for macro photos.

Portrait 3

Indicates that the captured framed is optimized for portrait photos.

Sport 4

Indicates that the captured framed is optimized for sports photos.

Snow 5

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

Night 6

Indicates that the captured framed is optimized for night photos

Beach 7

Indicates that the captured framed is optimized for beach photos.

Sunset 8

Indicates that the captured framed is optimized for sunset 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.

NightPortrait 11

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

Backlit 12

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

Applies to

See also