0

ARCoachingOverlayVew has 4 goal types: horizontalPlane, verticalPlane, anyPlane and tracking.

But the Reality Composer has 5 types of anchor:

enter image description here

Apparently, the first two are for when the horizontal

What mode should I adjust the ARCoachingOverlayVew when I am tracking Image or Face? horizontalPlane, verticalPlane, anyPlane or tracking?

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
Duck
  • 34,902
  • 47
  • 248
  • 470

1 Answers1

2

When using ARCoachingOverlayView with ARFaceTrackingConfiguration you should choose tracking case:

ARCoachingOverlayView.Goal.tracking

And when using ARCoachingOverlayView with ARImageTrackingConfiguration you should choose anyPlane case:

ARCoachingOverlayView.Goal.anyPlane
Andy Jazz
  • 49,178
  • 17
  • 136
  • 220