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.
Android では、ZXingを使用して、電話のカメラで QR コードをスキャンしてデコードできます。
しかし、私のシナリオでは、QR コード画像は電話自体に保存されているので、それをデコードする必要があります。
この方法でQR画像をデコードする方法はありますか?
これには ZXing コードを使用できます。
DecodeHandler.javaを確認してください。