Skip to content

Commit 4edc5a4

Browse files
added 11.6.5
1 parent ad34be0 commit 4edc5a4

File tree

804 files changed

+84932
-111371
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

804 files changed

+84932
-111371
lines changed

AcuantCamera/AcuantCamera.xcodeproj/project.pbxproj

Lines changed: 40 additions & 42 deletions
Large diffs are not rendered by default.

AcuantCamera/AcuantCamera/Camera/Mrz/MrzCaptureSession.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ extension MrzCaptureSession: AVCaptureVideoDataOutputSampleBufferDelegate {
195195
scaledPoints = getScaledPoints(points: croppedFrame.points, frameSize: frame.size)
196196
previousPoints = croppedFrame.points
197197
}
198-
198+
result?.capturedImage = frame
199199
delegate?.onCaptured(state: state, result: result, points: scaledPoints)
200200
cropping = false
201201
}

AcuantCamera/AcuantCamera/Camera/Mrz/OCR/AcuantMrzResult.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import Foundation
2525
public var checkSumResult4: Bool = false
2626
public var checkSumResult5: Bool = false
2727
public var threeLineMrz: Bool = false
28+
public var capturedImage: UIImage? = nil
2829
var checkSumDigit1: String = ""
2930
var checkSumDigit2: String = ""
3031
var checkSumDigit3: String = ""

AcuantFaceCapture/Products/AcuantFaceCapture-iphoneos.xcarchive/Info.plist

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)