MethodChannelSeeSo class

An implementation of SeeSoPlatform that uses method channels.

Inheritance

Constructors

MethodChannelSeeSo()

Properties

calibrationEventChennel EventChannel
final
faceEventChennel EventChannel
final
gazeEventChennel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusEventChennel EventChannel
final
userStatusEventChennel EventChannel
final

Methods

addCameraPosition(CameraPosition cp) Future<void>
override
deinitGazeTracker() Future<void>
override
getAttentionRegion() Future<Rect?>
override
getAttentionScore() Future<double?>
override
getCalibrationEventStream() Stream
override
getCameraPosition() Future<CameraPosition?>
override
getCameraPositionList() Future<List<CameraPosition>?>
override
getFaceEventStream() Stream
override
getGazeEventStream() Stream
override
getSeeSoVersion() Future<String?>
override
getStatusEventStream() Stream
override
getUserStatusEventChannel() Stream
override
initGazeTracker(String licenseKey, bool useAttention, bool useBlink, bool useDrowsiness) Future<InitializedResult?>
override
isCalibrating() Future<bool?>
override
isDeviceFound() Future<bool?>
override
isTracking() Future<bool?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAttentionRegion() Future<void>
override
resetForcedOrientation() Future<bool?>
override
selectCameraPosition(int idx) Future<void>
override
setAttentionInterval(int interval) Future<void>
override
setAttentionRegion(Rect region) Future<void>
override
setCalibrationData(List<double> data) Future<bool?>
override
setForcedOrientation(SeeSoOrientation orientation) Future<bool?>
override
setTrackingFPS(int fps) Future<bool?>
override
startCalibration(CalibrationMode mode, CalibrationCriteria criteria, Rect? region) Future<void>
override
startCollectSamples() Future<void>
override
startTracking() Future<void>
override
stopCalibration() Future<void>
override
stopTracking() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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