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

This commit is contained in:
TreeHugger Robot
2018-04-16 23:25:39 +00:00
committed by Android (Google) Code Review

View File

@@ -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;