For the last month, I have been researching ways to create 3D reconstructions from live video. It seems to me like the only option is to use a 3rd party service like Agisoft or Autodesk Capture. However, after the release of ARKit 2.0, I saw this tweet. In this tweet, Tim Field claims that he used ARKit photogrammetry to create 3D models. From what I know, this is impossible. I have only used ARKit to scan 3D objects and create point clouds. In fact this is what the ARKit documentation says exactly:
An
ARReferenceObject
contains only the spatial feature information needed for ARKit to recognize the real-world object, and is not a displayable 3D reconstruction of that object.
If what Tim Field is saying is true, how can I use ARKit to create 3D models using photogrammetry?