Enum MRFaceLandmark
Enumerates the types of tracked face landmarks
Namespace: Unity.MARS.Data
Syntax
public enum MRFaceLandmark : int
Fields
| Name | Description | Value |
|---|---|---|
| LeftEye | Left eye |
0 |
| RightEye | Right eye |
1 |
| LeftEyebrow | Left eyebrow |
2 |
| RightEyebrow | Right eyebrow |
3 |
| NoseBridge | Nose bridge |
4 |
| NoseTip | Nose tip |
5 |
| Mouth | Mouth |
6 |
| UpperLip | Upper lip |
7 |
| LowerLip | Lower lip |
8 |
| LeftEar | Left ear |
9 |
| RightEar | Right ear |
10 |
| Chin | Chin |
11 |