diff options
author | Quddus Chong <quddusc@google.com> | 2015-01-07 10:24:15 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-01-07 10:24:15 +0000 |
commit | 50a0796e69d9102bdd9fa674fba4cd95aaf3511d (patch) | |
tree | 769a21266e637c355041b15fcdc41ae1d753ed48 /docs | |
parent | de60e6d00afbd0f5b3873dbd29ce203707cb79dc (diff) | |
parent | 159b409121096e28d8735074122c5858b6ed1093 (diff) | |
download | frameworks_base-50a0796e69d9102bdd9fa674fba4cd95aaf3511d.zip frameworks_base-50a0796e69d9102bdd9fa674fba4cd95aaf3511d.tar.gz frameworks_base-50a0796e69d9102bdd9fa674fba4cd95aaf3511d.tar.bz2 |
am 1f03d4ba: am fbb27960: am 4d39cfa4: am a63d2b83: am b55e2bf0: Merge "docs: Updated the description of the enhanced camera APIs in L. bug: 18142680" into lmp-docs
automerge: 159b409
* commit '159b409121096e28d8735074122c5858b6ed1093':
docs: Updated the description of the enhanced camera APIs in L. bug: 18142680
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/about/versions/lollipop.jd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/html/about/versions/lollipop.jd b/docs/html/about/versions/lollipop.jd index 458de49..1ad5d24 100644 --- a/docs/html/about/versions/lollipop.jd +++ b/docs/html/about/versions/lollipop.jd @@ -84,7 +84,7 @@ about Android 5.0 for consumers at </div> -<p>Ripple animations are available for buttons, checkboxes, and other touch controls in your app. +<p>Ripple animations are available for buttons, checkboxes, and other touch controls in your app. <p>You can also define vector drawables in XML and animate them in a variety of ways. Vector drawables scale without losing definition, so they are perfect for single-color in-app icons.</p> @@ -189,7 +189,9 @@ video apps and games to display smooth synchronized content.</p> <p>Android 5.0 introduces <strong>all new camera APIs</strong> that let you capture raw formats such as YUV and Bayer RAW, and control parameters such as exposure time, ISO sensitivity, and frame duration on a per-frame basis. The new fully-synchronized camera pipeline allows you to capture uncompressed full-resolution YUV images at 30 FPS on supported devices.</p> -<p>Along with images, you can also capture metadata like noise models and optical information from the camera.</p> +<p>In addition to giving greater control over image capture, the new APIs also +expose detailed information about the camera's properties and capabilities and +provide metadata that describes the capture settings of each frame.</p> <p>Apps sending video streams over the network can now take advantage of H.265 <strong>High Efficiency Video Coding (HEVC)</strong> for optimized encoding and decoding of video data. </p> |