摘要: 代码如下: import UIKit import AVFoundation import WebKit class ViewController: UIViewController,AVCaptureMetadataOutputObjectsDelegate { var session:AVCap 阅读全文
posted @ 2017-10-31 22:04 小炮陈 阅读(2258) 评论(0) 推荐(0) 编辑
摘要: //导入必要的库 import AVFoundation //创建Video设备 guard let device = AVCaptureDevice.default(for: AVMediaType.video) else { return } //判断设备是否有手电筒 且 是否可以使用 if d 阅读全文
posted @ 2017-10-31 01:10 小炮陈 阅读(268) 评论(0) 推荐(0) 编辑