我无法初始化CIDetector以读取QRCOde,它始终保持为零。这是我的代码:
let options = [CIDetectorAccuracy: CIDetectorAccuracyHigh]
self.detector = CIDetector(ofType: CIDetectorTypeQRCode, context: nil, options: options)
如果我将CIDetectorTypeQRCode
替换为CIDetectorTypeRectangle
,它会被初始化,但我需要阅读QRCode
我正在尝试过去两天,请帮忙
答案 0 :(得分:0)
终于有了工作:
按照以下步骤操作: