Search code examples
androidarcoreandroid-augmented-reality

How to detect Vetcor3 points or RegionTypes for eyes in ARCore


ARCore defines only three regions that can be used to get poses. They are

  • AugmentedFace.RegionType.FOREHEAD_LEFT
  • AugmentedFace.RegionType.FOREHEAD_RIGHT
  • AugmentedFace.RegionType.NOSE_TIP

But how to get other regions like eyes, center of fore head, etc?


Solution

  • A similar question was asked in Github. That will solve the above issue. Refer the following link