"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

A little question about config.xml

Hi, I want to build an application in which I will be able to launch either the frame tracker or the Image tracker algorithm. Do I have to make two config.xml files? Is it possible by the way? Or do I have to change the config.xml file like that? [CODE] <?xml version="1.0"?> [/CODE] Have a nice day Allan

You can't have multiple config.xml files. Instead, include all the image targets and markers your application needs in the single config.xml file (as you showed).