Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the scene or conditions that the camera optimizes for when capturing a photo.
Syntax
public enum CameraSceneMode
Public Enum CameraSceneMode
public enum class CameraSceneMode
Members
The CameraSceneMode enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Auto | 1 | Indicates that the camera automatically determines the best settings and exposure when capturing a photo. |
| Macro | 2 | Indicates that the camera optimizes for macro photos. |
| Portrait | 3 | Indicates that the camera optimizes for portrait photos. |
| Sport | 4 | Indicates that the camera optimizes for sports photos. |
| Snow | 5 | Indicates that the camera optimizes for photos that include snow. |
| Night | 6 | Indicates that the camera optimizes for night photos. |
| Beach | 7 | Indicates that the camera optimizes for beach photos. |
| Sunset | 8 | Indicates that the camera optimizes for sunset photos. |
| Candlelight | 9 | Indicates that the camera optimizes for candlelight photos. |
| Landscape | 10 | Indicates that the camera optimizes for photos of landscape. |
| NightPortrait | 11 | Indicates that the camera optimizes for low-light portrait photos. |
| Backlit | 12 | Indicates that the camera optimizes for photos that are backlit. |
Remarks
The camera settings used for each scene mode may vary between phone models.
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()]
[Version(0x06020000)]
[WebHostHidden()]