From b18fbd1d46bb2472caa0717000568da48aa67f2f Mon Sep 17 00:00:00 2001 From: Sultanxda Date: Mon, 26 Oct 2015 18:39:05 -0700 Subject: SnapdragonCamera: Add option to control antibanding in camcorder The antibanding setting in camcorder is linked to the setting in camera mode for better UX (if you change one, the other will change accordingly). Change-Id: I98c1bc65472cf8eec530f5a7572f46458b0ab3fa --- res/values/qcomstrings.xml | 4 ++-- res/xml/video_preferences.xml | 6 ++++++ src/com/android/camera/VideoMenu.java | 1 + src/com/android/camera/VideoModule.java | 23 +++++++---------------- 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml index 550b59439..e2505bce3 100755 --- a/res/values/qcomstrings.xml +++ b/res/values/qcomstrings.xml @@ -529,8 +529,8 @@ Off - 50 Hz - 60 Hz + 50 Hz (Europe) + 60 Hz (USA) Auto diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml index bcf52e2fb..3bc72acf9 100644 --- a/res/xml/video_preferences.xml +++ b/res/xml/video_preferences.xml @@ -184,6 +184,12 @@ camera:title="@string/pref_camera_video_rotation_title" camera:entries="@array/pref_camera_video_rotation_entries" camera:entryValues="@array/pref_camera_video_rotation_entryvalues" /> +