"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

Embedded Unity AR App within Android App

I am trying to Embedded Unity within Android App i have followed this guide:

https://medium.com/@davidbeloosesky/embedded-unity-within-android-app-7061f4f473a

i am facing a strange problem after embedded the unity AR app into the android app when lunching the unity app it refuse to open Vuforia camera instead i get a black screen ... any idea how to fix this ?!

note : i have converted unity AR app into android module another note : the problem appear after embedded them together -- each app work smoothly alone

Hello,

I wonder if there is a conflict for access to the camera device. If another process owns the camera handle when Vuforia tries to access it, the SDK will fail with a black screen (since there is no camera feed).

Thanks,

Vuforia Engine Support