Lingua

HotPixelMode Enum

Definition

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

public enum HotPixelMode
type HotPixelMode = 
Inheritance
HotPixelMode

Fields

Name Value Description
Off 0

No hot pixel correction is applied.

The frame rate must not be reduced relative to sensor raw output for this option.

The hotpixel map may be returned in android.statistics.hotPixelMap.

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

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

Hot pixel correction is applied, without reducing frame rate relative to sensor raw output.

The hotpixel map may be returned in android.statistics.hotPixelMap.

Android reference for android.hardware.camera2.CameraMetadata.HOT_PIXEL_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 hot pixel correction is applied, at a cost of possibly reduced frame rate relative to sensor raw output.

The hotpixel map may be returned in android.statistics.hotPixelMap.

Android reference for android.hardware.camera2.CameraMetadata.HOT_PIXEL_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.

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