Request Camera Access

The capture feature of the SDK uses the camera, therefore, camera permission is required:

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="..."> <uses-permission android:name="android.permission.CAMERA" /> </manifest>

Make sure you request camera permission before starting the SDK.