getFaceDetectionStream method

Stream<List<FaceDetection>> getFaceDetectionStream()

Get real-time face detection data

Stream of list of FaceDetection objects for multiple face support. Each contains face landmarks and confidence information.

Implementation

Stream<List<FaceDetection>> getFaceDetectionStream() {
  return EyeTrackingPlatform.instance.getFaceDetectionStream();
}