Thunder SDK
2.1.0
2.1.0
  • Introduction
  • [日本語]開発者向けドキュメント
    • リリースノート
    • Thunder SDKパッケージ
    • 開発マニュアル
    • Senselinkとの連携
    • オブジェクトモデル(TSL)説明
    • API仕様書
      • SDK オーソライゼーション
      • カメラ
      • サーマルイメージングシステム
      • 識別エンジン
      • フィーチャーマネジメント
      • 顔キャリブレーションチェック
      • 画像の回転
      • 温度検知
      • QRコード
      • ドアアクセス
      • LinkSDK
        • LinkSDKHelper
        • HttpApiClient
        • MqttApiClient
    • サンプルソフトウェア
  • [ENGLISH]dev-documents
    • Release Note
    • Thunder SDK Package Introduction
    • Development manual
    • Senselink connection
    • Introduction to Thing Specification Language
    • API reference
      • SDK Authorization
      • Camera
      • Thermal imaging system
      • Identify Manager
      • Feature Management
      • Check the face calibration
      • Rotate image
      • Temperature Measurement
      • QR code
      • Door Access
      • LinkSDK
        • LinkSDKHelper
        • HttpApiClient
        • MqttApiClient
    • Sample Software Introduction
GitBook提供
このページ内
  • 機能類の説明
  • QRCodeDecoderProxy
  • メンバー関数の説明
  • String decodeQRCode(byte[] nv21, int w, int h)
  • String decodeQRCode(Bitmap bitmap)

役に立ちましたか?

PDFとしてエクスポート
  1. [日本語]開発者向けドキュメント
  2. API仕様書

QRコード

QRコードの内容を識別

機能類の説明

QRCodeDecoderProxy

メンバー関数

説明

導入バージョン

String decodeQRCode(byte[] nv21, int w, int h)

QRコード識別

2.0.0

String decodeQRCode(Bitmap bitmap)

QRコード識別

2.0.0

メンバー関数の説明

String decodeQRCode(byte[] nv21, int w, int h)

QRコードを解析

パラメータ

パラメータ名

Type

説明

備考

導入バージョン

nv21

byte[]

プレビューのフレームデータ

なし

2.0.0

w

int

プレビューの幅

なし

2.0.0

h

int

プレビューの高さ

なし

2.0.0

戻り値

解析されたQRコードstring

例外

なし

String decodeQRCode(Bitmap bitmap)

QRコードを解析

パラメータ

パラメータ名

Type

説明

備考

導入バージョン

bitmap

Bitmap

画像データ

なし

2.0.0

戻り値

解析されたQRコードstring

例外

なし

前へ温度検知次へドアアクセス

最終更新 4 年前

役に立ちましたか?