summaryrefslogtreecommitdiffstats
path: root/include/camera/Camera.h
diff options
context:
space:
mode:
authorNipun Kwatra <nkwatra@google.com>2010-09-11 19:31:10 -0700
committerNipun Kwatra <nkwatra@google.com>2010-09-14 13:57:59 -0700
commitb5ca4618a722a21f084fe8bfc1c2992749ccd3f0 (patch)
tree51ee3a6bdcb6301db5b34168a105409f2d4cf4a6 /include/camera/Camera.h
parentd20b4cfde2848052cf93ed13df14d75347ec64fd (diff)
downloadframeworks_av-b5ca4618a722a21f084fe8bfc1c2992749ccd3f0.zip
frameworks_av-b5ca4618a722a21f084fe8bfc1c2992749ccd3f0.tar.gz
frameworks_av-b5ca4618a722a21f084fe8bfc1c2992749ccd3f0.tar.bz2
Adding enable/disable option for sendCommand()
- Added enum CAMERA_CMD_ENABLE_SHUTTER_SOUND which corresponds to command type for enabling/disabling shutter sound. - The implementation checks if it is legal to disable shutter sound. If it is, then any process can disable the sound. If not, then only the mediaserver process is allowed to do this. Currently time lapse capture needs this functionality to disable shutter sound when still mode is used to capture time lapse video. Change-Id: Id147a3bcc6a345c2c6a6d52bf98fd8292386bb19
Diffstat (limited to 'include/camera/Camera.h')
-rw-r--r--include/camera/Camera.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/camera/Camera.h b/include/camera/Camera.h
index 75cf5ff..9ba5b3d 100644
--- a/include/camera/Camera.h
+++ b/include/camera/Camera.h
@@ -82,6 +82,11 @@ enum {
CAMERA_CMD_START_SMOOTH_ZOOM = 1,
CAMERA_CMD_STOP_SMOOTH_ZOOM = 2,
CAMERA_CMD_SET_DISPLAY_ORIENTATION = 3,
+
+ // cmdType to disable/enable shutter sound.
+ // In sendCommand passing arg1 = 0 will disable,
+ // while passing arg1 = 1 will enable the shutter sound.
+ CAMERA_CMD_ENABLE_SHUTTER_SOUND = 4,
};
// camera fatal errors