Android.Hardware.Camera2.CameraCharacteristics.SensorInfoWhiteLevel Property

Syntax

[Android.Runtime.Register("SENSOR_INFO_WHITE_LEVEL")]
public static CameraCharacteristics.Key SensorInfoWhiteLevel { get; }

See Also

CameraCharacteristics.SensorBlackLevelPattern

Value

Documentation for this section has not yet been entered.

Remarks

Maximum raw value output by sensor.

This specifies the fully-saturated encoding level for the raw sample values from the sensor. This is typically caused by the sensor becoming highly non-linear or clipping. The minimum for each channel is specified by the offset in the CameraCharacteristics.SensorBlackLevelPattern key.

The white level is typically determined either by sensor bit depth (8-14 bits is expected), or by the point where the sensor response becomes too non-linear to be useful. The default value for this is maximum representable value for a 16-bit raw sample (2^16 - 1).

Range of valid values:

> 255 (8-bit output)

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