aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-11-29 00:14:31 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-29 00:14:31 +0000
commitb4b1b29378e02bc540a05ff2b8d2c4a81a554192 (patch)
treeed0fb17d107b4912a006d0fa3a5da97722f1ef34
parent500e2e0fa96a6eeb5f9dbe415627f4e7cc31270a (diff)
parent62e92e525d70a5e2f4f4ece1f8df1a9b6324cf7d (diff)
downloadplatform_compatibility_cdd-b4b1b29378e02bc540a05ff2b8d2c4a81a554192.tar.gz
platform_compatibility_cdd-b4b1b29378e02bc540a05ff2b8d2c4a81a554192.tar.bz2
platform_compatibility_cdd-b4b1b29378e02bc540a05ff2b8d2c4a81a554192.zip
Change-Id: I8892c53532657bc7b8ec2db3c1f7354c8da50e4b
-rw-r--r--7_hardware-compatibility/7_5_cameras.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/7_hardware-compatibility/7_5_cameras.md b/7_hardware-compatibility/7_5_cameras.md
index d0593d4d..49913aac 100644
--- a/7_hardware-compatibility/7_5_cameras.md
+++ b/7_hardware-compatibility/7_5_cameras.md
@@ -134,7 +134,11 @@ video encoder and camera may use any native pixel format, but the device
implementation MUST support conversion to YV12.)
* [C-0-4] MUST support the `android.hardware.ImageFormat.YUV_420_888` and
`android.hardware.ImageFormat.JPEG` formats as outputs through the
-`android.media.ImageReader` API for `android.hardware.camera2`.
+`android.media.ImageReader` API for `android.hardware.camera2` devices that
+advertise [`REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE`](
+https://developer.android.com/reference/android/hardware/camera2/CameraMetadata.html#REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE)
+ capability in [`android.request.availableCapabilities`](
+ https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html#REQUEST_AVAILABLE_CAPABILITIES).
* [C-0-5] MUST still implement the full [Camera API](
http://developer.android.com/reference/android/hardware/Camera.html)
included in the Android SDK documentation, regardless of whether the device