Skip to content

Commit

Permalink
added 11.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sMaltsevAcuant committed Oct 16, 2024
1 parent ad34be0 commit 4edc5a4
Show file tree
Hide file tree
Showing 804 changed files with 84,932 additions and 111,371 deletions.
82 changes: 40 additions & 42 deletions AcuantCamera/AcuantCamera.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ extension MrzCaptureSession: AVCaptureVideoDataOutputSampleBufferDelegate {
scaledPoints = getScaledPoints(points: croppedFrame.points, frameSize: frame.size)
previousPoints = croppedFrame.points
}

result?.capturedImage = frame
delegate?.onCaptured(state: state, result: result, points: scaledPoints)
cropping = false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import Foundation
public var checkSumResult4: Bool = false
public var checkSumResult5: Bool = false
public var threeLineMrz: Bool = false
public var capturedImage: UIImage? = nil
var checkSumDigit1: String = ""
var checkSumDigit2: String = ""
var checkSumDigit3: String = ""
Expand Down

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 4edc5a4

Please sign in to comment.