EyeTrackingWeb class

Web implementation of EyeTrackingPlatform

Inheritance

Constructors

EyeTrackingWeb.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCalibrationPoint(CalibrationPoint point) Future<bool>
override
clearCalibration() Future<bool>
override
dispose() Future<bool>
override
enableBackgroundTracking(bool enable) Future<bool>
override
finishCalibration() Future<bool>
override
getCalibrationAccuracy() Future<double>
override
getCapabilities() Future<Map<String, dynamic>>
override
getEyeStateStream() Stream<EyeState>
override
getFaceDetectionStream() Stream<List<FaceDetection>>
override
getGazeStream() Stream<GazeData>
override
getHeadPoseStream() Stream<HeadPose>
override
getPlatformVersion() Future<String?>
override
getState() Future<EyeTrackingState>
override
hasCameraPermission() Future<bool>
override
initialize() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseTracking() Future<bool>
override
requestCameraPermission() Future<bool>
override
resumeTracking() Future<bool>
override
setAccuracyMode(String mode) Future<bool>
override
setTrackingFrequency(int fps) Future<bool>
override
startCalibration(List<CalibrationPoint> points) Future<bool>
override
startTracking() Future<bool>
override
stopTracking() Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith(Registrar registrar) → void