Search code examples
iosopencvaugmented-realityvuforiaarkit

iOS - ARKit + Vuforia : Convert Vuforia Coordinates to ARKit Coordinates


I want to detect the marker using Vuforia and place a 3d object on it. From then I want to use the ARKit in my application. How do I know the ARKit world transform for the detected marker or 3d object?

I am using same view controller to initialize ARKit SceneView and to start Vuforia Engine. I have gone through this unity solution. I am not too sure this works. Also, I need this to be developed in native iOS Is there a way this can be achieved?


Solution

  • With ARKit 1.5 Beta upgrade, markers can be detected and tracked with the ARKit camera itself. So there is no need to use Vuforia engine to detect the marker. My requirement can be implemented without using Vuforia now.