summaryrefslogtreecommitdiff
path: root/libs/camera/Camera.cpp
diff options
context:
space:
mode:
author James Dong <jdong@google.com> 2011-02-17 16:38:06 -0800
committer James Dong <jdong@google.com> 2011-02-22 20:48:15 -0800
commite00cab707dcaf6f05adb5ccb9c80fdf25c483427 (patch)
tree1e69fd3c108e675a5a68b598f31882df58b602fb /libs/camera/Camera.cpp
parent16dc3073a2f06a77d9873e536f633a4adf575fce (diff)
Application-managed callback buffer support for raw image
bug - 3292153 Change-Id: I9789f7c5cde3a3889d7375e881181e9152d95fc2
Diffstat (limited to 'libs/camera/Camera.cpp')
-rw-r--r--libs/camera/Camera.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/camera/Camera.cpp b/libs/camera/Camera.cpp
index 907f119b8174..e2883121e497 100644
--- a/libs/camera/Camera.cpp
+++ b/libs/camera/Camera.cpp
@@ -301,12 +301,12 @@ status_t Camera::cancelAutoFocus()
}
// take a picture
-status_t Camera::takePicture()
+status_t Camera::takePicture(int msgType)
{
- LOGV("takePicture");
+ LOGV("takePicture: 0x%x", msgType);
sp <ICamera> c = mCamera;
if (c == 0) return NO_INIT;
- return c->takePicture();
+ return c->takePicture(msgType);
}
// set preview/capture parameters - key/value pairs