問題タブ [android-vision]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android-vision - 赤い丸の中のテキストのみを認識
テキスト認識にモバイル ビジョン API を使用しています。
赤い円としましょう。
どうやってやるの?
android - Mobile Vision API BarcodeDetector は画面の中央のみを検出します
アプリに Google Play Services (バージョン 10.2.0) の Mobile Vision API の BarcodeDetector を使用しています。彼らが提供するsmapleアプリからコードをほとんど取りました: https://github.com/googlesamples/android-vision
バーコードは、画面の中央/中央にある場合にのみ検出されます。これを増やして画面全体/カメラのプレビューを拡張する方法はありますか? 中央に長方形を追加してバーコードを内側に配置しない限り、ユーザーにとっては少し誤解を招く可能性があります。
これを達成する方法についてのヘルプは大歓迎です!