Skip to content

Instantly share code, notes, and snippets.

View ilares-phunware's full-sized avatar

ilares-phunware

View GitHub Profile
import UIKit
import AVFoundation
import Vision
// Note: Please be sure to set the NSCameraUsageDescription key in the project's Info.plist file.
class VisionScannerViewController: UIViewController {
private let captureSession = AVCaptureSession()
private var barcodeRequest: VNDetectBarcodesRequest?