diff options
author | Dheeraj CVR <cvr.dheeraj@gmail.com> | 2013-05-01 17:17:02 +0530 |
---|---|---|
committer | Dheeraj CVR <cvr.dheeraj@gmail.com> | 2013-05-01 17:18:13 +0530 |
commit | ba483246b653a393e316b658d92b1cfbaf843e89 (patch) | |
tree | c86a360f23d4702433fbdbbd1cce63fbb8874ecb /overlay | |
parent | ca3e84972778d925733b9d5a6341a00de4e87c13 (diff) | |
download | device_samsung_smdk4412-common-ba483246b653a393e316b658d92b1cfbaf843e89.zip device_samsung_smdk4412-common-ba483246b653a393e316b658d92b1cfbaf843e89.tar.gz device_samsung_smdk4412-common-ba483246b653a393e316b658d92b1cfbaf843e89.tar.bz2 |
overlay: camera: temporarily disable zsl mode to fix front camera
With the ZSL mode enabled, the front camera preview
is not restarted when a picture is taken, due to which
the preview is stuck and requires restarting the
camera. Temporarily disable ZSL until a proper fix is in place.
Change-Id: Idb4c1cda352493c155fcd9db93aed3c5abd91958
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Camera/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/packages/apps/Camera/res/values/config.xml b/overlay/packages/apps/Camera/res/values/config.xml index 53d01a7..dbaaf08 100644 --- a/overlay/packages/apps/Camera/res/values/config.xml +++ b/overlay/packages/apps/Camera/res/values/config.xml @@ -25,7 +25,7 @@ <!-- Samsung Camera Settings --> <bool name="hasSamsungCamSettings">true</bool> <!-- Use ZSL mode --> - <bool name="enableZSL">true</bool> + <bool name="enableZSL">false</bool> <!-- The camera HAL does its own preview state management during snaps --> <bool name="previewStopsDuringSnapshot">true</bool> <!-- The camera removes the focus modes by default when touch-to-focus |