"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

Vuforia Initialization Error Screen Related Questions

Hello, (Do not speak English well. So I used Google Translate.)

If I deny Camera Access, it looks like attached screen.

I want to pass to another scene instead of the Vuforia Initialization Error screen. What can I do?

 

Hey does anyone at Vuforia have any idea how to change the default green and white error screen when camera access isn't granted?

Well, this isn't a solution but it's a workaround. Search for calls to "VuforiaRuntime_RegisterVuforiaInitErrorCallback" in XCode and comment out calls that aren't explicitly made by your code. Then you can handle the errors on your own.

So I created a new project and added an ARCamera. This imported Vuforia scripts. Then I copied the files from that new project replacing the ones in the old project. This worked.

Attachment