質問編集履歴

1

エラー内容が変わったので内容を一部変更しました

2020/09/28 02:28

投稿

ksoto
ksoto

スコア12

test CHANGED
File without changes
test CHANGED
@@ -8,17 +8,33 @@
8
8
 
9
9
 
10
10
 
11
- 表示されたエラーコードは下記の通りです。
11
+ https://github.com/microsoft/Azure-Kinect-Samples/tree/master/body-tracking-samples/sample_unity_bodytracking
12
12
 
13
- ExecutionEngineException: String conversion error: Illegal byte sequence encounted in the input.
13
+ 上記はマイクロソフト社がGitHubで提供している公式サンプルプログラムです。
14
-
15
- UnityEngine.UnhandledExceptionHandler:<RegisterUECatcher>m__0(Object, UnhandledExceptionEventArgs)
16
14
 
17
15
 
18
16
 
19
- ![![イメージ説明](1f292bb08807c8dfd68347adc3200b95.png)
20
17
 
21
18
 
19
+ 表示されたエラーコードは下記の通りです。
20
+
21
+ result = K4A_RESULT_FAILED
22
+
23
+ UnityEngine.Debug:LogError(Object)
24
+
25
+ SkeletalTrackingProvider:RunBackgroundThreadAsync(Int32) (at Assets/Scripts/SkeletalTrackingProvider.cs:120)
26
+
27
+ <>c__DisplayClass9_0:<NewMethod>b__0() (at Assets/Scripts/BackgroundDataProvider.cs:20)
28
+
29
+ System.Threading._ThreadPoolWaitCallback:PerformWaitCallback()
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+ ![![イメージ説明](c3749cf024980539945af0b9d95c08e7.png)]
22
38
 
23
39
  自分なりに調べたのですが解決することができなかったのでここで質問させていただきました。
24
40