Is it possible to do body tracking while being in an ARWorldTrackingConfiguration?
3D body tracking is only supported using the ARBodyTrackingConfiguration
. However, we support the detection of 2D bodies on multiple configurations; the ARWorldTrackingConfiguration
is one of them.
In order to check which configuration supports this you may use the supportsFrameSemantics(_:) function.