The camera's are not being detected, and will crash the app when trying to use them without manually allowing the camera permission in android settings.
The issue here is the permission request is not being fired, which is a regression from older versions and things moving around... so we'll shore that up
The camera's are not being detected, and will crash the app when trying to use them without manually allowing the camera permission in android settings.
A permission request needs to be added to the app. Docs here: https://developer.android.com/guide/topics/permissions/requesting.html