From e60e29554ba1d59aea663aaed21ff0d1601dbcd0 Mon Sep 17 00:00:00 2001
From: Ruben Brunk 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
+ * {@link CameraCharacteristics#SENSOR_BLACK_LEVEL_PATTERN android.sensor.blackLevelPattern} tag. The white level is typically determined either by sensor bit depth
+ * (10-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). Gain factor from electrons to raw units when
* ISO=100 Optional - This value may be {@code null} on some devices. A fixed black level offset for each of the color filter arrangement
* (CFA) mosaic channels. This tag specifies the zero light value for each of the CFA mosaic
- * channels in the camera sensor.
The values are given in row-column scan order, with the first value * corresponding to the element of the CFA in row=0, column=0.
*Optional - This value may be {@code null} on some devices.
+ * + * @see CameraCharacteristics#SENSOR_INFO_WHITE_LEVEL */ public static final Key