"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

Manual Camera Access Permission

Hi all, 

We are trying to create an onboarding process that guides the user through accepting the relevant permissions needed within our app. 

Vuforia seems to force permission asking on launch for the camera. Is there a way to disable Vuforia from requesting permission on startup and trigger this process manually?

Thanks for any help. 

SoluisDev

Tue, 03/06/2018 - 15:44

Found a solution to this for anyone else interested. 

You need to enable "Delayed Initialization" within the Vuforia Configuration panel. You can then manually start Vuforia by calling:

VuforiaRuntime.Instance.InitVuforia();