🎯 Summary
The source branch allowes to launch a videoLiveness operation during the unattended process if the license and the server allowes to.
It also performes some refactors over the code and remove the OpenCV dependency on the Unattended plugin.
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚙ ️ Configuration
Workspace branch: [MOBBSCAN-2269]
Related MRs:
-
🔗 [https://gitlab.mobbeel.com/mobbscan/MobbScanSDK-iOS/-/merge_requests/104] -
🔗 [https://gitlab.mobbeel.com/mobbscan/MobbScanSimple-iOS-Swift/-/merge_requests/15]
⚗ ️ Solution
Describe the why and the how of the change if needed.
-
🔗 JIRA: MOBBSCAN-2269
🔬 Tests
On the simple project:
Test an unattended process using license mscandemo-liveness -> It should launch the videoLiveness validation
Test an unattended process using license mscandemo -> It should launch a regular face detection and validation
🧐 Checklist:
- The code follow the project guidelines.
- The changes have been tested locally.
- The code has internal docs.
- Docs are updated (README, public docs, etc.)
- Some tests have been added to check that the changes work as expected (unit, integration or e2e tests ...)
- Unit tests are running without errors.
- Other dependant changes have already been merged.
- Changelog updated (if it applies)