Scripting API
FaceTrackingModule
Cheek

Cheek

Exposes key points of the cheek of a detected Face object.
Key points are returned in the detected face's local coordinate system. Use Face.cameraTransform.applyToPoint() to convert the point to the camera's coordinate system.

Example

Properties

PropertyDescription

center

(get) center: PointSignal
(set) (Not Available)


The location of the center of the cheek, as a PointSignal.

cheekbone

(get) cheekbone: PointSignal
(set) (Not Available)


The location of the cheekbone, as a PointSignal.

Methods

This module exposes no methods.