Simple Android front camera face detection with a preview of the camera for the user.
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.
The following table is the detailed list of FaceDetectionTutorialWithPreview.
Item | Value |
---|---|
Java File Count | 8 |
Activity Count | 1 |
Required Permissions | android.permission.CAMERA |
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