Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8969ea12 authored by Wu-cheng Li's avatar Wu-cheng Li
Browse files

Improve android.hardware.Camera.setRotation javadoc.

Change-Id: If6c77044f3f4567ab0c3987fb2ddc47ae307582a
parent 83cb5807
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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).
         *
         * <p>If applications want to rotate the picture to match the orientation
         * of what users see, apps should use {@link