I have narrowed the problem down to the permission changes in Android SDK 23+. If I go into settings -> apps -> myapp -> permissions and enable both the camera and storage, then my app will load and the camera works. I tried to request android.permission.CAMERA and android.permission.READ_EXTERNAL_STORAGE at runtime using the Request Android Permission blueprint node before ARToolKit Component Init inside of the ARToolkitBaseAdvanced blueprint, I get a white screen until i restart the app at which point everything works correctly. I’m guessing I need to the permission request even earlier but I’m not sure where to put it or if it needs to be done somewhere in code.
, any ideas on how to solve this?