"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

Random black AR camera video background

Vuforia SDK Version: 5.0.10 - Description with steps to reproduce:

Hello,

We're developing a Vuforia app using Unity 5.3.1f1 for a client. We're noticing a random black video background representing the AR camera. The app needs to be closed and restarted.

How can this be corrected?

- Development OS (Mac OS X, Windows, Linux): Mac OS X - Mobile OS and Version: iOS 9.2.1 - Mobile Device Manufacturer and Model name: Apple iPhone 6 - Do the Vuforia Sample Applications show the same behavior?: No.

We seemed to have found a solution. Originally, we changed the TrackableEventHandler to do a SendMessage but we did not set any options for this method. Our solution was to add SendMessageOptions.DontRequireReceiver to the SendMessage.

empatheticmedia

Mon, 05/16/2016 - 23:39

Thanks!

 

I have that part down already, but I'm not sure what should be replaced with a SendMessage()?