FaceTrackerDriver class

Driver that feeds live camera/MLKit 3D face position coordinates into CameraRig. Delivers the Looking-Glass "Holographic 3D Window" effect by altering off-axis projection.

Constructors

FaceTrackerDriver({required dynamic cameraRig})

Properties

cameraRig → dynamic
final
facePosition ↔ Vector3
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
projectionMatrix → Matrix4
Calculates the current face-tracked holographic projection matrix for the rig.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateFacePosition(double x, double y, double distanceMeters) → void
Feeds new 3D eye/face coordinates from camera landmark stream (in meters relative to screen center).

Operators

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