summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/camera2/CaptureRequest.java
diff options
context:
space:
mode:
authorYin-Chia Yeh <yinchiayeh@google.com>2015-03-27 13:54:04 -0700
committerYin-Chia Yeh <yinchiayeh@google.com>2015-03-27 14:48:45 -0700
commitd49ebcc3ad3d37d9c37e638db5d308c9c22c30fb (patch)
treeba5092c5f8588cbfd347c925a709619dbaf67f14 /core/java/android/hardware/camera2/CaptureRequest.java
parent606f1c9c9dd67959208c80fd320dd204020a6926 (diff)
downloadframeworks_base-d49ebcc3ad3d37d9c37e638db5d308c9c22c30fb.zip
frameworks_base-d49ebcc3ad3d37d9c37e638db5d308c9c22c30fb.tar.gz
frameworks_base-d49ebcc3ad3d37d9c37e638db5d308c9c22c30fb.tar.bz2
Camera: codegen doc update
Bug: 19966527 Change-Id: I47c450d5661374c0a51d02bb79fccff1d26338f7
Diffstat (limited to 'core/java/android/hardware/camera2/CaptureRequest.java')
-rw-r--r--core/java/android/hardware/camera2/CaptureRequest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/hardware/camera2/CaptureRequest.java b/core/java/android/hardware/camera2/CaptureRequest.java
index 7569ea5..b8fb8e7 100644
--- a/core/java/android/hardware/camera2/CaptureRequest.java
+++ b/core/java/android/hardware/camera2/CaptureRequest.java
@@ -1541,7 +1541,8 @@ public final class CaptureRequest extends CameraMetadata<CaptureRequest.Key<?>>
* to the camera, that the JPEG picture needs to be rotated by, to be viewed
* upright.</p>
* <p>Camera devices may either encode this value into the JPEG EXIF header, or
- * rotate the image data to match this orientation.</p>
+ * rotate the image data to match this orientation. When the image data is rotated,
+ * the thumbnail data will also be rotated.</p>
* <p>Note that this orientation is relative to the orientation of the camera sensor, given
* by {@link CameraCharacteristics#SENSOR_ORIENTATION android.sensor.orientation}.</p>
* <p>To translate from the device orientation given by the Android sensor APIs, the following