twostraws / CodeScanner

A SwiftUI view that is able to scan barcodes, QR codes, and more, and send back what was found.
MIT License
1.01k stars 286 forks source link

Add support for a manual capture ScanMode #61

Closed rholstad closed 2 years ago

rholstad commented 2 years ago

Provides a manual capture button below the viewfinder which, when tapped, will recognize the first code in view over the next 0.5 seconds.

rholstad commented 2 years ago

@twostraws I had a need for supporting manual capture in my implementation and thought maybe others would as well.

twostraws commented 2 years ago

Great – thank you!