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提供
このページ内
  • Description of functional types
  • QRCodeDecoderProxy
  • Description of Member Function
  • String decodeQRCode(byte[] nv21, int w, int h)
  • String decodeQRCode(Bitmap bitmap)

役に立ちましたか?

PDFとしてエクスポート
  1. [ENGLISH]dev-documents
  2. API reference

QR code

Identify the content of the QR code

Description of functional types

QRCodeDecoderProxy

Member Function

Description

Version Introduced

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

QR code Identification

2.0.0

String decodeQRCode(Bitmap bitmap)

QR code Identification

2.0.0

Description of Member Function

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

Parse the QR code

Parameter

Parameter Name

Type

Description

Note

Version Introduced

nv21

byte[]

Preview frame data

None

2.0.0

w

int

Preview width

None

2.0.0

h

int

Preview height

None

2.0.0

Return

The parsed QR code string

Exception

None

String decodeQRCode(Bitmap bitmap)

Parse the QR code

Parameter

Parameter Name

Type

Description

Note

Version Introduced

bitmap

Bitmap

Image Data

None

2.0.0

Return

The parsed QR code string

Exception

None

前へTemperature Measurement次へDoor Access

最終更新 4 年前

役に立ちましたか?