ExtensionMode
class ExtensionMode
The available modes for the extensions.
Summary
Constants |
|
|---|---|
const Int |
AUTO = 5Automatically adjusts the final image with the surrounding scenery. |
const Int |
BOKEH = 1Bokeh mode blurs the background of a photo. |
const Int |
FACE_RETOUCH = 4Retouches face skin tone, geometry and so on when taking still images. |
const Int |
HDR = 2HDR mode takes photos that keep a larger range of scene illumination levels visible in the final image. |
const Int |
NIGHT = 3Gets the best still images under low-light situations, typically at night time. |
const Int |
NONE = 0Normal mode without any specific effect applied. |
Constants
AUTO
const val AUTO = 5: Int
Automatically adjusts the final image with the surrounding scenery. For example, the vendor library implementation might do the low light detection and can switch to low light mode or HDR to take the picture. Or the face retouch mode can be automatically applied when taking a portrait image. This delegates modes to the vendor library implementation to decide.
BOKEH
const val BOKEH = 1: Int
Bokeh mode blurs the background of a photo. It is generally intended for taking portrait photos of people like what would be produced by a camera with a large lens.
FACE_RETOUCH
const val FACE_RETOUCH = 4: Int
Retouches face skin tone, geometry and so on when taking still images.
HDR
const val HDR = 2: Int
HDR mode takes photos that keep a larger range of scene illumination levels visible in the final image. For example, when taking a picture of an object in front of a bright window, both the object and the scene through the window may be visible when using HDR mode, while in normal mode, one or the other may be poorly exposed. As a tradeoff, HDR mode generally takes much longer to capture a single image, has no user control, and may have other artifacts depending on the HDR method used.