summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2014-09-25 10:27:48 -0700
committerEino-Ville Talvala <etalvala@google.com>2014-09-25 10:27:48 -0700
commitd77b234a57985f421c32749f821c035f1a2af004 (patch)
tree3467a1dd133f2793f142c301a02d6a61b428598e
parenta5bcb401f154ddf05017ee13d6ae7e4774fd3107 (diff)
downloadandroid_system_media-d77b234a57985f421c32749f821c035f1a2af004.tar.gz
android_system_media-d77b234a57985f421c32749f821c035f1a2af004.tar.bz2
android_system_media-d77b234a57985f421c32749f821c035f1a2af004.zip
Camera: Reduce maximum required ISO sensitivity to 800
Too many ISPs can't produce 1600 gain. Bug: 17489253 Change-Id: Id99cb73dc935c145b12129029615ab1159eb4dae
-rw-r--r--camera/docs/docs.html8
-rw-r--r--camera/docs/metadata_properties.xml2
2 files changed, 4 insertions, 6 deletions
diff --git a/camera/docs/docs.html b/camera/docs/docs.html
index 773c4666..1addcdcc 100644
--- a/camera/docs/docs.html
+++ b/camera/docs/docs.html
@@ -3114,8 +3114,7 @@ use case.<wbr/></p></span>
image while recording video) use case.<wbr/></p>
<p>The camera device should take the highest-quality image
possible (given the other settings) without disrupting the
-frame rate of video recording.<wbr/><br/>
-</p></span>
+frame rate of video recording.<wbr/> </p></span>
</li>
<li>
<span class="entry_type_enum_name">ZERO_SHUTTER_LAG</span>
@@ -6784,8 +6783,7 @@ use case.<wbr/></p></span>
image while recording video) use case.<wbr/></p>
<p>The camera device should take the highest-quality image
possible (given the other settings) without disrupting the
-frame rate of video recording.<wbr/><br/>
-</p></span>
+frame rate of video recording.<wbr/> </p></span>
</li>
<li>
<span class="entry_type_enum_name">ZERO_SHUTTER_LAG</span>
@@ -15955,7 +15953,7 @@ sensor full pixel array,<wbr/> which could include the black calibration pixels.
</td>
<td class="entry_range">
- <p>Min &lt;= 100,<wbr/> Max &gt;= 1600</p>
+ <p>Min &lt;= 100,<wbr/> Max &gt;= 800</p>
</td>
<td class="entry_tags">
diff --git a/camera/docs/metadata_properties.xml b/camera/docs/metadata_properties.xml
index 29260e81..8e8a7574 100644
--- a/camera/docs/metadata_properties.xml
+++ b/camera/docs/metadata_properties.xml
@@ -4722,7 +4722,7 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
<size>2</size>
</array>
<description>Range of valid sensitivities.</description>
- <range>Min &lt;= 100, Max &amp;gt;= 1600</range>
+ <range>Min &lt;= 100, Max &amp;gt;= 800</range>
<details>
The minimum and maximum valid values for the
android.sensor.sensitivity control.