summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-05-17 17:42:36 -0700
committerSteve Kondik <steve@cyngn.com>2016-08-21 18:45:51 -0700
commit34bc69174e257aba8b180d3a4cccc0fbdecc2687 (patch)
treef2f647efd9ebac045342e8c1ff39d4c0ac079bd5 /res/values
parentd0493a008e85841baf4d6ab83921011c537942d5 (diff)
downloadandroid_packages_apps_Snap-34bc69174e257aba8b180d3a4cccc0fbdecc2687.tar.gz
android_packages_apps_Snap-34bc69174e257aba8b180d3a4cccc0fbdecc2687.tar.bz2
android_packages_apps_Snap-34bc69174e257aba8b180d3a4cccc0fbdecc2687.zip
SnapdragonCamera: Fix front camera and scene mode picture taking issues
Fix front camera picture taking issues. Fix scene mode picture taking issues. For both front camera and scene mode issue, focus state was not updating properly so it was stuck waiting for focus to finish. So added another logic to check such case and continue to next step. Change-Id: I99d2164a77cc2903f3df50c7ff9478e718b112c0 CRs-Fixed: 1018118
Diffstat (limited to 'res/values')
-rw-r--r--res/values/camera2arrays.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/camera2arrays.xml b/res/values/camera2arrays.xml
index 8e54a2abc..9b7db30f6 100644
--- a/res/values/camera2arrays.xml
+++ b/res/values/camera2arrays.xml
@@ -83,11 +83,11 @@
<!-- Refer to CONTROL_SCENE_MODE of Camera2 API for values
-1 refers to ones not supported in Camera2 API
0 is special case added for auto (meaning off)
- -5 is for dual mode
+ 100 is for dual mode (Custom-Scenemodes start from 100)
-->
<string-array name="pref_camera2_scenemode_entryvalues" translatable="false">
<item>0</item>
- <item>-5</item>
+ <item>100</item>
<item>18</item>
<item>-1</item>
<item>-1</item>