I need to make a screenshot of ARSCNView, the class is defined as below:
public class SceneLocationView: ARSCNView, ARSCNViewDelegate { }
I am following the below methods to have the screenshot done: How do I take a full screen Screenshot in Swift?
but the scenelocationview view is not printed, all the rest is.
Anyone was able to do this successfully ?