/**
  * Update the position/characteristics of the face within the overlay.
  */
 public override void OnUpdate(Android.Gms.Vision.Detector.Detections detections, Java.Lang.Object item)
 {
     mOverlay.Add(mFaceGraphic);
     mFaceGraphic.UpdateFace(item.JavaCast <Android.Gms.Vision.Faces.Face> ());
 }
Beispiel #2
0
 /**
  * Update the position/characteristics of the face within the overlay.
  */
 public override void OnUpdate(Detector.Detections detections, Java.Lang.Object item)
 {
     mOverlay.Add(mFaceGraphic);
     mFaceGraphic.UpdateFace(item.JavaCast <Face> ());
 }