Closed kdk96 closed 6 years ago
Why ArSession_resume returns AR_ERROR_FATAL instead AR_ERROR_CAMERA_PERMISSION_NOT_GRANTED if permission not granted?
The permissions flow is changing slightly in the next release and should resolve this.
with 1.0, you now need camera permission for session creation (and the correct error should be generated if you don't have it).
Why ArSession_resume returns AR_ERROR_FATAL instead AR_ERROR_CAMERA_PERMISSION_NOT_GRANTED if permission not granted?