AVFoundation isn’t reading a specific type of barcode
问题 I’m building an app for paying parking tickets. The problem is that we have a specific type of barcode that AVFoundation can’t read. I tried to found other frameworks to replace the AVFoundation, but turns out all of them use AVFoundation underneath. The only framework I found capable of reading it is the ZBar, but we’re not planning to use it since it hasn’t been updated for 6 years. Do you guys have any idea why it isn’t working? Image link https://i.stack.imgur.com/AEU0H.jpg Thank you.