Search code examples
unity-game-enginevuforia

How to switch mobile camera in Vuforia Engine Unity SDK v10.13?


I need help in switching mobile device camera in sdk Vuforia Engine Unity SDK v10.13 because vuforia has chnages the entire SDk. I did it past but i could find any documentation. Please help

I couldn't find any documention regarding camera switching in Vuforia Engine Unity SDK v10.13


Solution

  • Unfortunately switching btw back and front camera has been depracated but this can be achieved if its necessary via https://library.vuforia.com/platform-support/driver-framework.

    If you need to sw btw the several back cameras that phones have, I don't believe its necessary as Vuforia usually selects the main camera and selecting any other camera like Telephoto or Ultrawide will results in tracking issues as the SDK was not designed to work with such images out of the box.

    The Q that I would have, why do you need to sw? what do you want to achieve?