🎯 Summary
This MR include a change to set the starting timestamp at the right moment to avoid wrong cutouts in liveness video. The time of reference is set once the server has successfully started the process instead of at the very beginning of the process.
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚙ ️ Configuration
Workspace branch: [develop]
🔬 Tests
Perform some unattended video processes and visit the backend to check that duration the liveness video is not shorter than 4s.
🧐 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)