summaryrefslogtreecommitdiffstats
path: root/libcamera/LibCameraWrapper.h
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-09-23 21:18:27 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-09-23 21:18:27 +0700
commit40e99e22e1a45d36b7fac9c4452aa1d74550b424 (patch)
treeadda5e6b12eee09b084c295e015b1e655a6f2d91 /libcamera/LibCameraWrapper.h
parentfc50d9b9673092facd2a4e4e7dab857feb463b3b (diff)
downloaddevice_samsung_aries-common-40e99e22e1a45d36b7fac9c4452aa1d74550b424.zip
device_samsung_aries-common-40e99e22e1a45d36b7fac9c4452aa1d74550b424.tar.gz
device_samsung_aries-common-40e99e22e1a45d36b7fac9c4452aa1d74550b424.tar.bz2
Fix taking a photo after taking a video.
libsamsungcamera.so requires that the focus mode be changed after turning off continuous autofocus for autofocus to work. Change-Id: I27f8a976af4fabf78c803c53b6d4f713d77d9859
Diffstat (limited to 'libcamera/LibCameraWrapper.h')
-rw-r--r--libcamera/LibCameraWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcamera/LibCameraWrapper.h b/libcamera/LibCameraWrapper.h
index e999706..79c7586 100644
--- a/libcamera/LibCameraWrapper.h
+++ b/libcamera/LibCameraWrapper.h
@@ -51,6 +51,7 @@ private:
int mCameraId;
bool mVideoMode;
bool mContinuousAf;
+ bool mFixFocus;
bool mTouchFocus;
int mTouchFocusX;
int mTouchFocusY;