質問編集履歴
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -161,3 +161,15 @@
|
|
161
161
|
また、これはfrontのカメラだけの現象の様でsetupCaptureSessionの引数に.backを渡すと表示できます。
|
162
162
|
|
163
163
|
これはなぜでしょうか?audioInputを追加しなくてもphotoOutput.isDepthDataDeliveryEnabledをtrueにして使用したいのですが可能でしょうか??
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
--------------------------
|
168
|
+
|
169
|
+
追記
|
170
|
+
|
171
|
+
動作をさらに確認したところ、isDepthDataDeliveryEnabledの方ではなくisLivePhotoCaptureEnabledが原因かもしれません・・・
|
172
|
+
|
173
|
+
isLivePhotoCaptureEnabledの方をコメントアウトした場合も動きます。isLivePhotoCaptureEnabledの方は確かに音声情報も必要とするらしいです。
|
174
|
+
|
175
|
+
しかしではなぜisDepthDataDeliveryEnabledの方のみをコメントアウトした場合も動いたのかよくわかりません。。。
|
1
miss
test
CHANGED
File without changes
|
test
CHANGED
@@ -116,6 +116,8 @@
|
|
116
116
|
|
117
117
|
photoOutput.isHighResolutionCaptureEnabled = true
|
118
118
|
|
119
|
+
photoOutput.isLivePhotoCaptureEnabled = photoOutput.isLivePhotoCaptureSupported
|
120
|
+
|
119
121
|
//DepthDataDeliveryEnabled を ture に
|
120
122
|
|
121
123
|
photoOutput.isDepthDataDeliveryEnabled = photoOutput.isDepthDataDeliverySupported
|