Skip to content

Commit e36ab2f

Browse files
authored
fix: ensure video image is mirrored (#105)
1 parent 65f798b commit e36ab2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/FaceLiveness/AV/LivenessCaptureSession.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ class LivenessCaptureSession {
121121
.filter(\.isVideoOrientationSupported)
122122
.forEach {
123123
$0.videoOrientation = .portrait
124+
$0.isVideoMirrored = true
124125
}
125126
}
126127

0 commit comments

Comments
 (0)