Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我们的应用程序中添加了一个扫描条形码的插件,现在我正在检查设备型号(即 iPhone4,1),看看它是否是具有自动对焦相机的较新设备。这当然会要求我们在每次新设备推出时添加新设备,或者我们会忘记这样做,用户将无法扫描条形码,即使他们应该能够扫描。
我想做的是检查设备是否有自动对焦相机,并使用它来允许或拒绝用户尝试扫描条形码。有谁知道怎么做?
您可以isFocusModeSupported从AVCaptureDeviceiOS 的课程中使用。
isFocusModeSupported
AVCaptureDevice
文档位于此处的“焦点设置”下:
http://developer.apple.com/library/ios/#documentation/AVFoundation/Reference/AVCaptureDevice_Class/Reference/Reference.html#//apple_ref/occ/cl/AVCaptureDevice