public static interface CameraAgent.CameraFaceDetectionCallback
Camera.FaceDetectionListener
.Modifier and Type | Method and Description |
---|---|
void |
onFaceDetection(Camera.Face[] faces,
CameraAgent.CameraProxy camera)
Callback for face detection.
|
void onFaceDetection(Camera.Face[] faces, CameraAgent.CameraProxy camera)
faces
- Recognized face in the preview.camera
- The camera which the preview image comes from.