aboutsummaryrefslogtreecommitdiffstats
path: root/7_hardware-compatibility/7_5_cameras.md
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2018-06-18 10:47:26 -0700
committerGina Dimino <gdimino@google.com>2018-07-18 18:35:23 +0000
commit0f0e814b1a64890e4ddf1684b8b07f2f72444b41 (patch)
treecdb6b20adafdf4bb2a02bf941be0d7a31afce372 /7_hardware-compatibility/7_5_cameras.md
parent33fe1618c76b9c7a29e5b95763c0c215a9fb6e89 (diff)
downloadplatform_compatibility_cdd-0f0e814b1a64890e4ddf1684b8b07f2f72444b41.tar.gz
platform_compatibility_cdd-0f0e814b1a64890e4ddf1684b8b07f2f72444b41.tar.bz2
platform_compatibility_cdd-0f0e814b1a64890e4ddf1684b8b07f2f72444b41.zip
CDD: Require televisions w/ USB host ports to support external cameras
Require Android Television device implementation with USB host ports to support external cameras. Test: Verify generated HTML CDD output Bug: 72956225 Change-Id: I735bfc37129718364e90accd665f64627b0fbb19
Diffstat (limited to '7_hardware-compatibility/7_5_cameras.md')
-rw-r--r--7_hardware-compatibility/7_5_cameras.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/7_hardware-compatibility/7_5_cameras.md b/7_hardware-compatibility/7_5_cameras.md
index 2d63f886..dda1f9c6 100644
--- a/7_hardware-compatibility/7_5_cameras.md
+++ b/7_hardware-compatibility/7_5_cameras.md
@@ -88,12 +88,15 @@ Device implementations:
* MAY include support for an external camera that is not necessarily
always connected.
-If device impelmentations include support for an external camera, they:
+If device implementations include support for an external camera, they:
* [C-1-1] MUST declare the platform feature flag
`android.hardware.camera.external` and `android.hardware camera.any`.
* [C-1-2] MUST support USB Video Class (UVC 1.0 or higher) if the external
-camera connects through the USB port.
+camera connects through the USB host port.
+* [C-1-3] MUST pass camera CTS tests with a physical external camera device
+connected. Details of camera CTS testing are available at [source.android.com](
+https://source.android.com/compatibility/cts/camera-hal).
* SHOULD support video compressions such as MJPEG to enable transfer of
high-quality unencoded streams (i.e. raw or independently compressed picture
streams).