Skip to content

Commit 58296ba

Browse files
Wei HuangAndroid (Google) Code Review
authored andcommitted
Merge "Fix startFaceDetection will fail after taking a picture." into jb-dev
2 parents d8c5f10 + e9c6c9c commit 58296ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/java/android/hardware/Camera.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,7 @@ public final void takePicture(ShutterCallback shutter, PictureCallback raw,
10591059
}
10601060

10611061
native_takePicture(msgType);
1062+
mFaceDetectionRunning = false;
10621063
}
10631064

10641065
/**

0 commit comments

Comments
 (0)