📄️ About
SmartCapture Face is a module that facilitates automatic capture of a user's face for use alongside liveness and face match. This module also comes equipped with all the internal features required to enable injection attack detection (IAD) on the server side.
📄️ Installation
Importing the FaceCamera SDK into your project
📄️ Quick Setup
After following the install instructions you are ready to launch the SDK. The quick setup will go over how to launch the SDK using SwiftUI, but the UIKit implementation is identical, other than that it uses `FaceCameraSDK.controller()` instead of `FaceCameraSDK.controllerSwiftUIWrapper`.
📄️ Customization
There is not currently any support for customization. Some functional customization will be added at a later point. Visual/branding customization will not be supported.
📄️ References
This page contains references for possible error codes, object structure, etc. Most of this can be obtained from clicking into code via Xcode, but it is also provided here as a reference.