summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-10-21 16:20:07 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-10-21 16:20:07 -0700
commit0c636055351f2e1d26138cf7b3bf3c82553e68c4 (patch)
treec2a759cd036b39dd430c0d9a8d2c9878ce877df5 /core/java/android/hardware
parent1d79a9d9f85f932a1fd6dcddba335450b65ba4e6 (diff)
parentb982fb4fd36a3cd24a0bb17c964139fe4c9cbb47 (diff)
downloadframeworks_base-0c636055351f2e1d26138cf7b3bf3c82553e68c4.zip
frameworks_base-0c636055351f2e1d26138cf7b3bf3c82553e68c4.tar.gz
frameworks_base-0c636055351f2e1d26138cf7b3bf3c82553e68c4.tar.bz2
Merge "Mirror the preview for front-facing cameras. do not merge" into gingerbread
Diffstat (limited to 'core/java/android/hardware')
-rw-r--r--core/java/android/hardware/Camera.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/hardware/Camera.java b/core/java/android/hardware/Camera.java
index 6ff5a40..275e2eb 100644
--- a/core/java/android/hardware/Camera.java
+++ b/core/java/android/hardware/Camera.java
@@ -779,9 +779,9 @@ public class Camera {
* Set the clockwise rotation of preview display in degrees. This affects
* the preview frames and the picture displayed after snapshot. This method
* is useful for portrait mode applications. Note that preview display of
- * front-facing cameras is flipped horizontally, that is, the image is
- * reflected along the central vertical axis of the camera sensor. So the
- * users can see themselves as looking into a mirror.
+ * front-facing cameras is flipped horizontally before the rotation, that
+ * is, the image is reflected along the central vertical axis of the camera
+ * sensor. So the users can see themselves as looking into a mirror.
*
* This does not affect the order of byte array passed in {@link
* PreviewCallback#onPreviewFrame}, JPEG pictures, or recorded videos. This