klte-common: Remove video stabilization from CameraWrapper
* If enabled, camera dies when changing orientation in video mode Change-Id: If69a472ddc129f7eff31387b1f8f1c0d9b0be8a1
This commit is contained in:
parent
0de884f13b
commit
e7901039ed
1 changed files with 1 additions and 2 deletions
|
@ -151,9 +151,8 @@ static char *camera_fixup_getparams(int __attribute__((unused)) id,
|
|||
params.set(KEY_VIDEO_HFR_VALUES, hfrModes);
|
||||
}
|
||||
|
||||
/* Enforce video-stabilization-supported and video-snapshot-supported to true */
|
||||
/* Enforce video-snapshot-supported to true */
|
||||
if (videoMode) {
|
||||
params.set(CameraParameters::KEY_VIDEO_STABILIZATION_SUPPORTED, "true");
|
||||
params.set(CameraParameters::KEY_VIDEO_SNAPSHOT_SUPPORTED, "true");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue