LoginSignup
0

More than 5 years have passed since last update.

Zxingで雑誌コードを読み込めるのか

Posted at

タイトル通りなのですが、Zxingでバーコード読み取り機能を作成しようと考えているのですが、詰まっています。

fileprivate let kKTCommonBarcodeFormats: [ZXBarcodeFormat] = [
   kBarcodeFormatUPCA,
   kBarcodeFormatUPCE,
   kBarcodeFormatEan13,
   kBarcodeFormatEan8,
   kBarcodeFormatCode128,
   kBarcodeFormatCodabar,
   kBarcodeFormatPDF417
]

現ざし設定しているのはこのフォーマットたちです。
そもそも雑誌コードがZxingで読めるのかがわかっていません。

ご教授お願いします。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0