Android.Hardware.Camera2.CaptureResult.StatisticsHotPixelMap Property

Syntax

[Android.Runtime.Register("STATISTICS_HOT_PIXEL_MAP")]
public static CaptureResult.Key StatisticsHotPixelMap { get; }

See Also

CameraCharacteristics.SensorInfoActiveArraySize
CameraCharacteristics.SensorInfoPixelArraySize

Value

Documentation for this section has not yet been entered.

Remarks

List of (x, y) coordinates of hot/defective pixels on the sensor.

A coordinate (x, y) must lie between (0, 0), and (width - 1, height - 1) (inclusive), which are the top-left and bottom-right of the pixel array, respectively. The width and height dimensions are given in CameraCharacteristics.SensorInfoPixelArraySize. This may include hot pixels that lie outside of the active array bounds given by CameraCharacteristics.SensorInfoActiveArraySize.

Range of valid values:

n <= number of pixels on the sensor. The (x, y) coordinates must be bounded by CameraCharacteristics.SensorInfoPixelArraySize.

Optional - This value may be null on some devices.

[Android Documentation]

Requirements

Namespace: Android.Hardware.Camera2
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0