Im new to AR and set up the last days MRTK and Vuforia on Unity. Both operated fine independently and now I want to use both in one project. But the problem is that both have a camera. MRTK has its own MixedRealityCamera and Vuforia the ARCamera. How to use one camera, using MRTK and Vuforia? I guess using two cameras in one scene is not good.
I found this post: https://github.com/Microsoft/MixedRealityToolkit-Unity/issues/1461#issuecomment-373714387
So I tried to transfer the components from the MRTKCamera to the ARCamera and in reverse. But Vuforia wont recognize the images anymore. If I delete the MRTKCamera and create the ARCamera it works fine.