File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
core/java/android/hardware Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2442,13 +2442,13 @@ private int pixelFormatForCameraFormat(String format) {
24422442 }
24432443
24442444 /**
2445- * Sets the rotation angle in degrees relative to the orientation of
2446- * the camera. This affects the pictures returned from JPEG {@link
2447- * PictureCallback}. The camera driver may set orientation in the
2448- * EXIF header without rotating the picture. Or the driver may rotate
2449- * the picture and the EXIF thumbnail. If the Jpeg picture is rotated,
2450- * the orientation in the EXIF header will be missing or 1 (row #0 is
2451- * top and column #0 is left side).
2445+ * Sets the clockwise rotation angle in degrees relative to the
2446+ * orientation of the camera. This affects the pictures returned from
2447+ * JPEG {@link PictureCallback}. The camera driver may set orientation
2448+ * in the EXIF header without rotating the picture. Or the driver may
2449+ * rotate the picture and the EXIF thumbnail. If the Jpeg picture is
2450+ * rotated, the orientation in the EXIF header will be missing or 1
2451+ * (row #0 is top and column #0 is left side).
24522452 *
24532453 * <p>If applications want to rotate the picture to match the orientation
24542454 * of what users see, apps should use {@link
You can’t perform that action at this time.
0 commit comments