aws-amplify / amplify-ui-swift-liveness

This repository offers a UI component for Amazon Rekognition Face Liveness, enabling developers to ensure that only authentic users, and not bad actors using spoofs, can access their services.
https://ui.docs.amplify.aws/swift/connected-components/liveness
Apache License 2.0
8 stars 18 forks source link

fix: Fixing video not being mirrored in the 'Get Ready' screen #153

Closed ruisebas closed 5 days ago

ruisebas commented 5 days ago

Description of changes:

This PR fixes the video feed not being mirrored in the "Get Ready" view. This was happening because the video was mirrored, but the Image displayed on this screen was being mirrored again.

Check points: (check or cross out if not relevant)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov[bot] commented 5 days ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 30.51%. Comparing base (54ac57c) to head (ba1d2d8). Report is 3 commits behind head on main.

Files Patch % Lines
...ceLiveness/Views/GetReadyPage/ImageFrameView.swift 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #153 +/- ## ======================================= Coverage 30.51% 30.51% ======================================= Files 57 57 Lines 2225 2225 ======================================= Hits 679 679 Misses 1546 1546 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.