問題タブ [face-api]
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 - camera2 api プログラムで顔検出をキャプチャする方法
顔が検出された場合にのみ画像を保存したいのですが、現在、顔が存在しない場合でも保存しています。顔が検出された場合にのみキャプチャしたいので、顔検出にAndroid face APIを使用しています。
私のコード: ここでは、else ブロックにある顔がある場合にのみ画像を保存したいので、コードを配置する必要があります。私のコードによると、elseブロックでキャプチャセッションを開始すると、readerListenerにアクセスできないので、これを行う方法.