google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.98k stars 1.22k forks source link

arcore ndk AR_ERROR_CAMERA_PERMISSION_NOT_GRANTED #173

Closed kdk96 closed 6 years ago

kdk96 commented 6 years ago

Why ArSession_resume returns AR_ERROR_FATAL instead AR_ERROR_CAMERA_PERMISSION_NOT_GRANTED if permission not granted?

inio commented 6 years ago

The permissions flow is changing slightly in the next release and should resolve this.

inio commented 6 years ago

with 1.0, you now need camera permission for session creation (and the correct error should be generated if you don't have it).