SceneMode

Created by svennahler on 16.02.17.

enum SceneMode

Constructors

SceneMode
Link copied to clipboard
open fun SceneMode(value: String)

Entries

AUTO
Link copied to clipboard

Scene mode is off.

ACTION
Link copied to clipboard

Take photos of fast moving objects. Same as .

PORTRAIT
Link copied to clipboard

Take people pictures.

LANDSCAPE
Link copied to clipboard

Take pictures on distant objects.

NIGHT
Link copied to clipboard
NIGHT_PORTRAIT
Link copied to clipboard

Take people pictures at night.

THEATRE
Link copied to clipboard

Take photos in a theater. Flash light is off.

BEACH
Link copied to clipboard

Take pictures on the beach.

SNOW
Link copied to clipboard

Take pictures on the snow.

SUNSET
Link copied to clipboard

Take sunset photos.

STEADY_PHOTO
Link copied to clipboard

Avoid blurry pictures (for example, due to hand shake).

FIREWORKS
Link copied to clipboard

For shooting firework displays.

SPORTS
Link copied to clipboard

Take photos of fast moving objects. Same as .

PARTY
Link copied to clipboard

Take indoor low-light shot.

CANDLELIGHT
Link copied to clipboard

Capture the naturally warm color of scenes lit by candles.

BARCODE
Link copied to clipboard

Applications are looking for a barcode. Camera driver will be optimized for barcode reading.

HDR
Link copied to clipboard

Capture a scene using high dynamic range imaging techniques. The camera will return an image that has an extended dynamic range compared to a regular capture. Capturing such an image may take longer than a regular capture.

Functions

get
Link copied to clipboard
open fun get(string: String): SceneMode

Properties

FALLBACK_LIST
Link copied to clipboard
val FALLBACK_LIST: Array<String>
value
Link copied to clipboard
val value: String