facecontroller
Face Effects dispatch the following events on the the global eid (world.events.globalId
):
Events
Event | Description |
---|---|
faceloading | This event is emitted when loading begins for additional face AR resources. |
facescanning | This event is emitted when AR resources have been loaded and scanning has begun. |
facefound | This event is emitted when a face is first found. |
faceupdated | This event is emitted when face is subsequently found. |
facelost | This event is emitted when a face is no longer being tracked. |
mouthopened | This event is emitted when a tracked face's mouth opens. |
mouthclosed | This event is emitted when a tracked face's mouth closes. |
lefteyeopened | This event is emitted when a tracked face's left eye opens. |
lefteyeclosed | This event is emitted when a tracked face's left eye closes. |
righteyeopened | This event is emitted when a tracked face's right eye opens. |
righteyeclosed | This event is emitted when a tracked face's right eye closes. |
lefteyebrowraised | This event is emitted when a tracked face's left eyebrow is raised from its initial position when the face was found. |
lefteyebrowlowered | This event is emitted when a tracked face's left eyebrow is lowered to its initial position when the face was found. |
righteyebrowraised | This event is emitted when a tracked face's right eyebrow is raised from its initial position when the face was found. |
righteyebrowlowered | This event is emitted when a tracked face's right eyebrow is lowered to its initial position when the face was found. |
lefteyewinked | This event is emitted when a tracked face's left eye closes and opens within 750ms while the right eye remains open. |
righteyewinked | This event is emitted when a tracked face's right eye closes and opens within 750ms while the left eye remains open. |
blinked | This event is emitted when a tracked face's eyes blink. |
interpupillarydistance | This event is emitted when a tracked face's distance in millimeters between the centers of each pupil is first detected. |
earpointfound | This event is emitted when an ear point is found. |
earpointlost | This event is emitted when an ear point is lost. |