/**
  * Hide the graphic when the corresponding face was not detected.  This can happen for
  * intermediate frames temporarily (e.g., if the face was momentarily blocked from
  * view).
  */
 public override void OnMissing(Android.Gms.Vision.Detector.Detections detections)
 {
     mOverlay.Remove(mFaceGraphic);
 }
Exemple #2
0
 /**
  * Hide the graphic when the corresponding face was not detected.  This can happen for
  * intermediate frames temporarily (e.g., if the face was momentarily blocked from
  * view).
  */
 public override void OnMissing(Detector.Detections detections)
 {
     mOverlay.Remove(mBarcodeGraphic);
 }