Hi all,
First of all, thanks for this amazing library! I'm trying to record an ARSCNView that is configured with personSegmentation:
if ARFaceTrackingConfiguration.supportsFrameSemantics(.personSegmentation) { config.frameSemantics.insert(.personSegmentation) }
but it doesn't seem to record actually the segmented output that I see in the liveview.
What can be the cause?