RedApparat / FaceDetector

Face detection for your Android app
Apache License 2.0
1.17k stars 197 forks source link

How to Get Face Photos? #41

Open gitspringcould opened 5 years ago

Gobink6 commented 4 years ago

backFotoapparat.takePicture().saveToFile()

harishkandekar commented 4 years ago

File imageFile= new File( getExternalFilesDir(DIRECTORY_PICTURES), "photo.jpg"); frontFotoapparat .takePicture() .saveToFile( imageFile );