summaryrefslogtreecommitdiffstats
path: root/res/layout/capture_module.xml
diff options
context:
space:
mode:
authorJack Yoo <jyoo@codeaurora.org>2017-05-23 10:09:33 -0700
committerJay Wang <jaywang@codeaurora.org>2017-06-13 15:34:00 -0700
commitf245124ed851a0888dbced9b887d0db2f0135177 (patch)
treea2f4313996985f9bf627c607839f52bc46a098fa /res/layout/capture_module.xml
parent88560f174d803902bd9bda2f0cf5f744f0a78aa5 (diff)
downloadandroid_packages_apps_Snap-f245124ed851a0888dbced9b887d0db2f0135177.tar.gz
android_packages_apps_Snap-f245124ed851a0888dbced9b887d0db2f0135177.tar.bz2
android_packages_apps_Snap-f245124ed851a0888dbced9b887d0db2f0135177.zip
SnapdragonCamera: Changes for SDM bringup
Changes to accomodate the SDM bringup 0. Image flow change to be compatible to early version of CAMX 1. Pseudo ZSL mode to capture as configuring requires to be done all at the same time. 2. Video recording starts from the beginning as well for same reason. 3. Adding Cameracharacteristc availability check as meta is not all available yet. 4. Adding persist to selectively enable 4K Video recording in which case snapshot is disabled. The default is 1080P. Change-Id: Ib808dd2fe25398c444b220d40693a0436e4f6db5
Diffstat (limited to 'res/layout/capture_module.xml')
-rwxr-xr-xres/layout/capture_module.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index 2c381bfdf..386155a9c 100755
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -49,6 +49,7 @@
android:id="@+id/preview_cover"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:visibility="gone"
android:background="@android:color/black" />
<FrameLayout