From 3edd94c1f1fae0e89359a41abbb61858cafa4125 Mon Sep 17 00:00:00 2001 From: Byunghun Jeon Date: Wed, 8 Jun 2016 14:41:47 -0700 Subject: SnapdragonCamera: Add face detection to camera2 Add face detection to camera2. Receive face data from camera2 and use faceView UI to draw it Change-Id: Id9c49ab6dd73de316398c57981cc0b9df0400b45 CRs-Fixed: 1025797 --- res/layout/capture_module.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'res/layout') diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml index 3b4f025bf..07594cef3 100644 --- a/res/layout/capture_module.xml +++ b/res/layout/capture_module.xml @@ -51,6 +51,17 @@ android:layout_height="match_parent" android:background="@android:color/black" /> + + + + +