android.hardware.camera2
API for new
applications.@Deprecated public static interface Camera.FaceDetectionListener
Modifier and Type | Method and Description |
---|---|
void |
onFaceDetection(Camera.Face[] faces,
Camera camera)
Deprecated.
Notify the listener of the detected faces in the preview frame.
|
void onFaceDetection(Camera.Face[] faces, Camera camera)
faces
- The detected faces in a listcamera
- The Camera
service object