Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ef676f2 authored by Ruben Brunk's avatar Ruben Brunk
Browse files

camera3: Make blackLevelPattern optional.

Change-Id: Ic7b115e9f6361e158e7af13442bb781bbf351cbf
parent 67b47024
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -620,6 +620,7 @@ public final class CameraCharacteristics extends CameraMetadata {
     * channels in the camera sensor.</p>
     * <p>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.</p>
     * <p><b>Optional</b> - This value may be {@code null} on some devices.</p>
     */
    public static final Key<int[]> SENSOR_BLACK_LEVEL_PATTERN =
            new Key<int[]>("android.sensor.blackLevelPattern", int[].class);