質問編集履歴
2
リンクの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
[このサイトのようにすれば、createReprocessableCaptureSession()を使えばcaptureを取得できるのか教えて欲しいです](https://stackoverflow.com/questions/41163704/how-to-use-a-reprocesscapturerequest-with-camera2-api)
|
2
|
+
|
1
3
|
Android6.0の新機能 createReprocessableCaptureSession()
|
2
4
|
を使えば、一度sessionを切ってリアルタイム顔認証を終えた後でも、
|
3
5
|
createReprocessableCaptureSession()で取得したsessionにsetRepeatingRequest()すれば新しいcaptrueを取得でき顔認識をできるようになりますか?
|
1
リンクの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,4 +7,6 @@
|
|
7
7
|
|
8
8
|

|
9
9
|
|
10
|
-

|
10
|
+

|
11
|
+
|
12
|
+
[createReprocessableCaptureSession()の使い方についての質問のリンク](https://teratail.com/questions/94631?modal=q-comp)
|