[automerger] Merge "CDD: Relax CDD section 7.2.3 visibility requirement for nav functions" into nougat-dev am: 472ba43619 am: e069b9dbd6 am: 3840033f08 am: c53268693c am: 93e1223544  -s ours am: 9abaf8b016 am: 6f0749b91f am: 23df259fed
am: 560afffdb6

Change-Id: Ic96d8f0233e47d8e5779a49731294e882548ceb6
diff --git a/7_hardware-compatibility/7_5_cameras.md b/7_hardware-compatibility/7_5_cameras.md
index 570a8ae..b5da828 100644
--- a/7_hardware-compatibility/7_5_cameras.md
+++ b/7_hardware-compatibility/7_5_cameras.md
@@ -81,7 +81,6 @@
 *    [C-2-1] The camera preview MUST be mirrored horizontally relative to
 the device’s current orientation.
 
-
 ### 7.5.3\. External Camera
 
 Device implementations:
@@ -115,11 +114,19 @@
 exposure, gain, white balance gains, color conversion, denoising, sharpening,
 and more.
 
-The older API package, `android.hardware.Camera`, is marked as deprecated in
+The older API package,`android.hardware.Camera`, is marked as deprecated in
 Android 5.0 but as it should still be available for apps to use. Android device
 implementations MUST ensure the continued support of the API as described in
 this section and in the Android SDK.
 
+All features that are common between the deprecated android.hardware.Camera class
+and the newer android.hardware.camera2 package MUST have equivalent performance
+and quality in both APIs. For example, with equivalent settings,
+autofocus speed and accuracy must be identical, and the quality of captured images
+must be the same. Features that depend on the different semantics of the two APIs
+are not required to have matching speed or quality, but SHOULD match as closely
+as possible.
+
 Device implementations MUST implement the following behaviors for the
 camera-related APIs, for all available cameras. Device implementations: