Photo Capture
This section describes the photo capture process.
In order to improve the user experience and performance of the WebView, every time it is required to use the camera functionality, the Full SDK will exit from the WebView and open a native camera activity which then returns the results back to the WebView, resuming the created process flow.
There are various camera modes that can be used and configured through the backend, described below:
Back camera (Default camera mode)
Frontal camera (For scenarios where a face photo is required)
Document Capture camera (For scenarios where identification documents are required)
Automatically detects and captures documents.
Prevents capture when subject is out of focus.
Allows usage of the front and back cameras.
Allows manual photo capture.
Was this helpful?