From ec002ce982ff39ff1a527cae246f55a4828ef1d7 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Wed, 25 Dec 2013 19:03:43 +0700 Subject: Camera2: enable antibanding by default The default for antibanding should be "auto", otherwise there will be banding effect when taking photos in certain lighting. Normally, the default on most devices is "auto" (depends on Camera HAL). But the code from CAF changed it so that the Camera app explicitly change it to "off". Change-Id: Id0c2ef6e17bac74d22e12213ab2ed26c1c73783d --- res/values/qcomstrings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml index b3af06b89..367a226fa 100644 --- a/res/values/qcomstrings.xml +++ b/res/values/qcomstrings.xml @@ -437,7 +437,7 @@ Anti Banding - off + auto Off -- cgit v1.2.3