Lingua

TonemapMode Enum

Definition

Enumerates values returned by the ContrastCurve, Fast, and HighQuality members.

public enum TonemapMode
type TonemapMode = 
Inheritance
TonemapMode

Fields

Name Value Description
ContrastCurve 0

Use the tone mapping curve specified in the android.tonemap.curve* entries.

All color enhancement and tonemapping must be disabled, except for applying the tonemapping curve specified by android.tonemap.curve.

Must not slow down frame rate relative to raw sensor output.

Android reference for android.hardware.camera2.CameraMetadata.TONEMAP_MODE_CONTRAST_CURVE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fast 1

Advanced gamma mapping and color enhancement may be applied, without reducing frame rate compared to raw sensor output.

Android reference for android.hardware.camera2.CameraMetadata.TONEMAP_MODE_FAST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

HighQuality 2

High-quality gamma mapping and color enhancement will be applied, at the cost of possibly reduced frame rate compared to raw sensor output.

Android reference for android.hardware.camera2.CameraMetadata.TONEMAP_MODE_HIGH_QUALITY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

GammaValue 3

Use the gamma value specified in android.tonemap.gamma to perform tonemapping.

All color enhancement and tonemapping must be disabled, except for applying the tonemapping curve specified by android.tonemap.gamma.

Must not slow down frame rate relative to raw sensor output.

Android reference for android.hardware.camera2.CameraMetadata.TONEMAP_MODE_GAMMA_VALUE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PresetCurve 4

Use the preset tonemapping curve specified in android.tonemap.presetCurve to perform tonemapping.

All color enhancement and tonemapping must be disabled, except for applying the tonemapping curve specified by android.tonemap.presetCurve.

Must not slow down frame rate relative to raw sensor output.

Android reference for android.hardware.camera2.CameraMetadata.TONEMAP_MODE_PRESET_CURVE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to