Android Open Source - Camera face FaceDetectionTutorialWithPreview






Project Summary

Simple Android front camera face detection with a preview of the camera for the user.

Web Site / Source Repository

FaceDetectionTutorialWithPreview is hosted in the following web site
https://github.com/blundell/FaceDetectionTutorialWithPreview

If you think the Android project FaceDetectionTutorialWithPreview listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of FaceDetectionTutorialWithPreview.

ItemValue
Java File Count8
Activity Count1
Required Permissionsandroid.permission.CAMERA




Java Source Files

FaceDetectionTutorialWithPreview has the following Java source files.

com.blundell.tutorial.ApplicationTest.java
com.blundell.tutorial.CameraSurfaceView.java
com.blundell.tutorial.MainActivity.java
com.blundell.tutorial.cam.FaceDetectionCamera.java
com.blundell.tutorial.cam.FrontCameraRetriever.java
com.blundell.tutorial.cam.LoadFrontCameraAsyncTask.java
com.blundell.tutorial.cam.OneShotFaceDetectionListener.java