Black screen after build

Include the following details (edit as applicable):

  • Issue category: Unity Example Package
  • Device type & OS version: Android 10
  • Host machine & OS version: Windows 10
  • Issue Environment : On Device
  • ARDK version: 1.1.0
  • Unity version: 2019.4.15f1

Description of the issue:
I have a black screen after building image tracking scene from the example package, I 've already disabled vulkan.

1 Like

Sorry to hear that you’re facing an issue with your device camera and the ImageDetection example. If the app has been built and deployed to a device and still shows a black screen for the camera, then there might be camera permission on the device that’s not being allowed at runtime. To fix that, check the app permissions and enable camera, location, and storage permissions.

Hope this helps!

I am also facing this issue in one of the devices which has android 10. even after giving all permissions, added an android permission helper class and in android 12 it works fine

any guidance is appreciated
Thank you