Enabled landscape modes
Reduced minimum platform version requirement of CocoaPods spec from iOS 13.0 to 11.0.
Replaced the scanningArea
configuration parameter with faceCenter
. The new parameter is the normalised point, in relation to the view provided by the SDK, where the user should centre their face.
This removes ambiguity and prevents situations where an area bigger than the scanned image could be provided.
Improvements and fixes.
Disabled serialisation of the debugging options.
Introduced a new validation option called environmentTooDark
that can be set as part of the Configuration
object. This new validation option is activated by default, meaning that the SDK will require a bright environment to return a valid frame containing a face. In order to migrate from previous versions, it is needed to include any required validation option except the environmentTooDark
option when creating the Configuration
object.
If the environment where the face is being captured is not meeting the brightness threshold value, the SDK will return a new error called environmentTooDark
.
Please, check README.md for more details.