AutoCaptureStateMachine constructor
AutoCaptureStateMachine({})
Implementation
AutoCaptureStateMachine({
this.requiredStableFrames = 5,
this.maxCornerDriftDistance = 15.0,
this.minBlurScore = 75.0,
this.minCoverageRatio = 0.15,
this.maxGlareRatio = 0.05,
});