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

Commit 3995b3ff authored by Hidenari Koshimae's avatar Hidenari Koshimae Committed by android-build-merger
Browse files

Merge "Camera: Fix a description for MONOCHROME camera capability" into pi-dev

am: 8be1197c

Change-Id: I41dc263a13f67e7d4772343b1c10f52383786bd2
parents 0e217633 8be1197c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -864,7 +864,7 @@ public abstract class CameraMetadata<TKey> {

    /**
     * <p>The camera device is a monochrome camera that doesn't contain a color filter array,
     * and the pixel values on U and Y planes are all 128.</p>
     * and the pixel values on U and V planes are all 128.</p>
     * @see CameraCharacteristics#REQUEST_AVAILABLE_CAPABILITIES
     */
    public static final int REQUEST_AVAILABLE_CAPABILITIES_MONOCHROME = 12;