Mobbscan 3091
🎯 Summary
The source branch just adds a new face detection flow, using custom view and adds the SDK version at the end of the main view
⚙ Configuration
Workspace branch:MOBBSCAN-3091
Related MRs:
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚗ ️ Solution
Remove Classes BuiltFaceRecognitionViewController and MobbScanDetectionFaceEngine
🔬 Tests
Run unit tests and check if they succeed. Test every face detection mode in simple and an unattended video flow to check everything works properly
🧐 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)