我已经使用ZXingObjC library为iOS编写了一个二维码扫描器应用程序。我用camera (AVCaptureSession)扫描了二维码,它工作得很好。但是,当我扫描UIImage get from camera roll (UIImagePickerViewController)时,我无法扫描某些QRCode。我调试过,我知道库没有检测到左下角的正确位置。
所以,我的问题是" Is there any difference between image take by camera and image copy from PC to iPhone".
谢谢。