frc library

Classes

CameraState
This class represents the current state of a FaceCameraController.
Face
A human face detected in an image.
FaceCamera
FaceCameraCircle
FaceContour
A contour on a human face detected in an image.
FaceDetector
A face detector that detects faces in a given InputImage.
FaceDetectorOptions
Immutable options for configuring features of FaceDetector.
FaceLandmark
A landmark on a human face detected in an image.
Frc
FRCController
The controller for the FRCController widget.
InputImage
Image format that ML Kit takes to process the image.
InputImageMetadata
Data of image required when creating image from bytes.
ModelManager
A class to manage remote models.
RecognizerHandler

Enums

FaceContourType
Available face contour types detected by FaceDetector.
FaceDetectorMode
Option for controlling additional trade-offs in performing face detection.
FaceLandmarkType
Available face landmarks detected by FaceDetector.
InputImageFormat
To indicate the format of image while creating input image from bytes
InputImageRotation
The camera rotation angle to be specified
InputImageType
The type of InputImage.

Functions

logError(String message, [String? code]) → void