so, I am new to ARKit and trying to figure it out. I have ARWorldTrackingConfiguration, with reference images (as shown below)
ARKit gives me the image as ARImageAnchor and its position in 3d space. But I want to know it's position(CGRect) in my ARSCNView, after I am done with this. I would like to convert my CGRect to 3d space again. I have applied these but couldn't get any valid results. The last one gives the correct x but y, width and height are not accurate.
Thanks.