aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2019-04-03 14:21:57 -0700
committerSachiyo Sugimoto <sachiyo@google.com>2019-08-24 00:38:05 +0000
commit189f0c9c514466337780d8649ff406751cf41e98 (patch)
treea7920b46fc1122bf417b4292f4b9e31c6aae08af
parentd1466030565fa421e8afdbe6952ecf3fcfa75610 (diff)
downloadplatform_compatibility_cdd-189f0c9c514466337780d8649ff406751cf41e98.tar.gz
platform_compatibility_cdd-189f0c9c514466337780d8649ff406751cf41e98.tar.bz2
platform_compatibility_cdd-189f0c9c514466337780d8649ff406751cf41e98.zip
CDD: Camera: Clarify logical multi-camera requirements
- Ensure CDD language for logical multi-camera matches the key priorities for Android applications. Test: None Bug: 120859606 Change-Id: Iced34bfc0b90de8f2d2e6e9e709eb950fd921d48
-rw-r--r--7_hardware-compatibility/7_5_cameras.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/7_hardware-compatibility/7_5_cameras.md b/7_hardware-compatibility/7_5_cameras.md
index f7ae2b78..3b1339fb 100644
--- a/7_hardware-compatibility/7_5_cameras.md
+++ b/7_hardware-compatibility/7_5_cameras.md
@@ -207,16 +207,12 @@ picture has been added to the media store.
[`android.hardware.Camera`](https://developer.android.com/reference/android/hardware/Camera)
API also accessible via the [`android.hardware.camera2`](https://developer.android.com/reference/android/hardware/camera2/package-summary)
API.
-* [C-SR] Are STRONGLY RECOMMENDED to support a logical camera device that lists
+* [C-SR] For devices with multiple RGB cameras facing in the same direction,
+are STRONGLY RECOMMENDED to support a logical camera device that lists
capability
[`CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_LOGICAL_MULTI_CAMERA`](
https://developer.android.com/reference/android/hardware/camera2/CameraMetadata#REQUEST_AVAILABLE_CAPABILITIES_LOGICAL_MULTI_CAMERA),
-for devices with multiple cameras facing the same direction, consisting of each
-physical camera facing that direction, as long as the physical camera type is
-supported by the framework and
-[`CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL`](
-https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics#INFO_SUPPORTED_HARDWARE_LEVEL)
-for the physical cameras is either `LIMITED`, `FULL`, or `LEVEL_3`.
+consisting of all of the RGB cameras facing that direction as physical sub-devices.
If device implementations provide a proprietary camera API to 3rd-party apps,
they: