From 8969ea12ca55eef75783796ba52a0120f7188095 Mon Sep 17 00:00:00 2001 From: Wu-cheng Li Date: Fri, 20 Apr 2012 17:38:09 +0800 Subject: Improve android.hardware.Camera.setRotation javadoc. Change-Id: If6c77044f3f4567ab0c3987fb2ddc47ae307582a --- core/java/android/hardware/Camera.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'core/java/android/hardware/Camera.java') diff --git a/core/java/android/hardware/Camera.java b/core/java/android/hardware/Camera.java index 640b47b..6090aa0 100644 --- a/core/java/android/hardware/Camera.java +++ b/core/java/android/hardware/Camera.java @@ -2508,13 +2508,13 @@ public class Camera { } /** - * Sets the rotation angle in degrees relative to the orientation of - * the camera. This affects the pictures returned from JPEG {@link - * PictureCallback}. The camera driver may set orientation in the - * EXIF header without rotating the picture. Or the driver may rotate - * the picture and the EXIF thumbnail. If the Jpeg picture is rotated, - * the orientation in the EXIF header will be missing or 1 (row #0 is - * top and column #0 is left side). + * Sets the clockwise rotation angle in degrees relative to the + * orientation of the camera. This affects the pictures returned from + * JPEG {@link PictureCallback}. The camera driver may set orientation + * in the EXIF header without rotating the picture. Or the driver may + * rotate the picture and the EXIF thumbnail. If the Jpeg picture is + * rotated, the orientation in the EXIF header will be missing or 1 + * (row #0 is top and column #0 is left side). * *

If applications want to rotate the picture to match the orientation * of what users see, apps should use {@link -- cgit v1.1