Scripting API
FaceTrackingModule
Nose

Nose

Exposes key points of the nose 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

bridge

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


The location of the bridge of the nose, as a PointSignal.

leftNostril

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


The location of the left nostril, as a PointSignal.

rightNostril

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


The location of the right nostril, as a PointSignal.

tip

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


The location of the tip of the nose, as a PointSignal.

Methods

This module exposes no methods.