diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-10-07 17:19:18 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-10-07 17:19:18 +0800 |
commit | 8d43cb6edb5c0d9ebb1fa0586b738d7832a288b4 (patch) | |
tree | 27ca25d8112e5a1c2950d7290ee2033ccc747be5 /include | |
parent | 114f2421fef49d5312763c3c0d6804e096df77e9 (diff) | |
download | system_core-8d43cb6edb5c0d9ebb1fa0586b738d7832a288b4.zip system_core-8d43cb6edb5c0d9ebb1fa0586b738d7832a288b4.tar.gz system_core-8d43cb6edb5c0d9ebb1fa0586b738d7832a288b4.tar.bz2 |
Allow CAMERA_CMD_SET_DISPLAY_ORIENTATION to change during preview.
bug:5422679
Change-Id: Ia4a09328bd9e1d36af680be4d065bc08cf0dec0f
Diffstat (limited to 'include')
-rw-r--r-- | include/system/camera.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/system/camera.h b/include/system/camera.h index 81ce4cb..86b62b7 100644 --- a/include/system/camera.h +++ b/include/system/camera.h @@ -105,8 +105,8 @@ enum { * This does not affect the order of byte array of * CAMERA_MSG_PREVIEW_FRAME, CAMERA_MSG_VIDEO_FRAME, * CAMERA_MSG_POSTVIEW_FRAME, CAMERA_MSG_RAW_IMAGE, or - * CAMERA_MSG_COMPRESSED_IMAGE. This is not allowed to be set during - * preview + * CAMERA_MSG_COMPRESSED_IMAGE. This is allowed to be set during preview + * since API level 14. */ CAMERA_CMD_SET_DISPLAY_ORIENTATION = 3, |