FaceTrackingModule
The FaceTrackingModule
class enables tracking faces in 3D.
Example
Properties
Property
Description
count
(get) count: ScalarSignal (set) (Not Available)
Returns a ScalarSignal
representing the number of faces tracked in the scene.
Methods
Method
Description
face
face(index: number): Face
Returns the Face
object from the detected face array at the specified index.
Classes
Class
Description
The Cheek
class exposes the details of a detected cheek.
The Chin
class exposes the details of a detected chin.
The Eye
class exposes the details of a detected eye.
The Eyebrow
class exposes the details of a detected eyebrow.
The Face
class exposes details of a tracked face.
The Forehead
class exposes the details of a detected forehead.
The Mouth
class exposes the details of a detected mouth.
The Nose
class exposes the details of a detected nose.
Last updated