I'm working on an iOS app, I need to recognize a marker (most likely it will be QR code) and place some 3D content over it using ARKit.
I was thinking about a combination of Vuforia and ARKit.
Is it possible to use Vuforia only to recognize the marker and get its position, and then "pass" this data to ARKit?
- I need to recognize the marker in order to select corresponding 3D content.
- I need to get the position of the marker only ones, in order to place 3D content there, after that I want to use ARKit for tracking.
Is it possible?
Is there another solution for marker recognition which can be used with ARKit?