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

Commit 9408be9d authored by Ruben Brunk's avatar Ruben Brunk Committed by Android Git Automerger
Browse files

am aa1567f9: Merge "camera3: Make blackLevelPattern optional."

* commit 'aa1567f9':
  camera3: Make blackLevelPattern optional.
parents 621f0e74 aa1567f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -641,6 +641,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);