diff options
-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 |