summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosue Rivera <prbassplayer@gmail.com>2014-07-13 16:16:11 +0200
committertilaksidduram <tilaksidduram@gmail.com>2014-07-15 20:37:32 +0530
commit54f66e6fb83ef1680030c4e199e6393f70de6c95 (patch)
tree1ad83382224ee1db9317d76d7a30c3c1cbfee861
parent0a499126670ffc029713c3c245d6f6bb73192b12 (diff)
downloaddevice_samsung_n7100-54f66e6fb83ef1680030c4e199e6393f70de6c95.zip
device_samsung_n7100-54f66e6fb83ef1680030c4e199e6393f70de6c95.tar.gz
device_samsung_n7100-54f66e6fb83ef1680030c4e199e6393f70de6c95.tar.bz2
N7100: Fix video snapshots
* Video snapshots was causing FC'ing or locking up of Google camera app & Slim camera app. Removed this thinking it would disable it but it actually fixed it. Change-Id: Id3c22a26649375cbe6de17567ab4b739662b872d Signed-off-by: Josue Rivera <prbassplayer@gmail.com>
-rw-r--r--camera/CameraWrapper.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/camera/CameraWrapper.cpp b/camera/CameraWrapper.cpp
index be454d9..41f62d5 100644
--- a/camera/CameraWrapper.cpp
+++ b/camera/CameraWrapper.cpp
@@ -129,9 +129,6 @@ static char * camera_fixup_getparams(int id, const char * settings)
params.set(android::CameraParameters::KEY_SUPPORTED_ISO_MODES, iso_values[id]);
- /* We do support it, so announce it */
- params.set(android::CameraParameters::KEY_VIDEO_SNAPSHOT_SUPPORTED, "true");
-
ALOGV("%s: fixed parameters:", __func__);
//params.dump();