Skip to content

Commit

Permalink
fix: ensure video image is mirrored (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode authored Feb 5, 2024
1 parent 65f798b commit e36ab2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/FaceLiveness/AV/LivenessCaptureSession.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class LivenessCaptureSession {
.filter(\.isVideoOrientationSupported)
.forEach {
$0.videoOrientation = .portrait
$0.isVideoMirrored = true
}
}

Expand Down

0 comments on commit e36ab2f

Please sign in to comment.