IrisTrackingModule
The IrisTrackingModule
class allows you to track the location of people's irises in your effect, to create effects such as eye color replacement.
Example
Properties
This module exposes no properties.
Methods
Method
Description
leftEyeball
leftEyeball(face: Face): Eyeball
Returns an Eyeball
object for the given face, containing information about the 3D position of the left eyeball.
rightEyeball
rightEyeball(face: Face): Eyeball
Returns an Eyeball
object for the given face, containing information about the 3D position of the right eyeball.
Classes
Class
Description
The Eyeball
class exposes details of a tracked eyeball.
Last updated
Was this helpful?