commit | 222b96c4063b1b8276a7c376d266cce207c2ad2e | [log] [tgz] |
---|---|---|
author | kaiyiz <kaiyiz@codeaurora.org> | Mon Jul 14 15:51:30 2014 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Jul 14 00:58:13 2014 -0700 |
tree | 2e3c56156b79aa6170bda259fe76075994dff225 | |
parent | 38cc61512bb6615e52bc373986edfadb039c7753 [diff] |
Camera2: fix face still display after unmark the face detect option After unmark the face detect option, the value mFace in FaceView maybe reset value and draw all the time. The faces should not be draw after stopFaceDetection, so block draw the faces after stopFaceDetection and unblock after startFaceDetection. Change-Id: I2f8316e12ad8c7b157bc732800d9247c66a17572 CRs-Fixed: 692057