// Requires an effect with FaceTracking feature enabled to be fulfilled // @type {boolean | undefined} constisFace0Detected = frameData.get("frxRecognitionResult.faces.0.hasFace") // Requires an effect with FaceTracking feature enabled to be fulfilled // @type {number[] | undefined} constface0Landmarks = frameData.get("frxRecognitionResult.faces.0.landmarks") // Requires an effect with Ruler feature enabled to be fulfilled // @type {number | undefined} constdistanceToFace = frameData.get("ruler")
Example