Start a new topic

I granted camera permission using RequestUserPermission(), but Camera Frame Access does not work.

■Environment

* Spaces AR SDK 0.23.0 x Dual Render Fusion.


■Detail

When launch the app for the first time

(1) Request camera permission using UnityEngine.Android.Permission.RequestUserPermission( UnityEngine.Android.Permission.Camera ).

(2) User grants permission. (Make sure UnityEngine.Android.PermissionCallbacks.PermissionGranted is notified)

(3) Camera Frame Access does not work. ARCameraManager#frameReceived is not called. Unable to get camera image.

*Camera Frame Access will work if you kill the app and restart it.