From 3618eb79912c36216b197580e54e366ab19d2a61 Mon Sep 17 00:00:00 2001 From: Byunghun Jeon Date: Tue, 17 Nov 2015 14:20:30 -0800 Subject: SnapdragonCamera: Add Camera2 mode Use camera2 API to show preview and take snapshot CRs-Fixed: 989750 Change-Id: I07e2d6743529b3d3d5acecf667e9493465a094c9 --- res/layout/camera.xml | 5 +++ res/layout/capture_module.xml | 89 ++++++++++--------------------------------- 2 files changed, 25 insertions(+), 69 deletions(-) (limited to 'res/layout') diff --git a/res/layout/camera.xml b/res/layout/camera.xml index 781ff9ce2..a71460066 100644 --- a/res/layout/camera.xml +++ b/res/layout/camera.xml @@ -32,4 +32,9 @@ android:layout_width="match_parent" android:layout_height="match_parent" > + + diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml index 10017192b..2715dcbe2 100644 --- a/res/layout/capture_module.xml +++ b/res/layout/capture_module.xml @@ -1,5 +1,8 @@ -