質問編集履歴

2

タイトル変更

2018/07/17 06:37

投稿

rainrain
rainrain

スコア31

test CHANGED
@@ -1 +1 @@
1
- matrabでkinectを動かす
1
+ kinectを動かす
test CHANGED
File without changes

1

文法の改善

2018/07/17 06:37

投稿

rainrain
rainrain

スコア31

test CHANGED
@@ -1 +1 @@
1
- Kinectでスケルトン表示したいで
1
+ matrabでkinectを動か
test CHANGED
@@ -4,64 +4,4 @@
4
4
 
5
5
 
6
6
 
7
- Kinectでスケルトンを表示させたいと思っています。
8
-
9
- 上記のサイトのサンルコードまま実行たら、以下のよなエラーが出ます。
7
+ が動きません。これはログラムがメモリ食いすぎているということなか?
10
-
11
- 調べてみたところ、どうも同じ症状の人が世界中にいるようなのですが、英語のサイトばかりでなかなか解決できません。
12
-
13
- エラーコードを読んだ限りでは、おそらくRAMの不足ということなのでしょうが、どうすればよいのでしょうか?私のPCのRAMは16GBです。
14
-
15
- MATLABに詳しい方、ぜひ教えていただきないです。
16
-
17
-
18
-
19
- ------------------------------------------
20
-
21
- Summary of Video Input Object Using 'Kinect V2 Color Sensor'.
22
-
23
-
24
-
25
- Acquisition Source(s): Kinect V2 Color Source is available.
26
-
27
-
28
-
29
- Acquisition Parameters: 'Kinect V2 Color Source' is the current selected source.
30
-
31
- 10 frames per trigger using the selected source.
32
-
33
- 'BGR_1920x1080' video data to be logged upon START.
34
-
35
- Grabbing first of every 1 frame(s).
36
-
37
- Log data to 'memory' on trigger.
38
-
39
-
40
-
41
- Trigger Parameters: 1 'immediate' trigger(s) on START.
42
-
43
-
44
-
45
- Status: Waiting for START.
46
-
47
- 0 frames acquired since starting.
48
-
49
- 0 frames available for GETDATA.
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
- Error event occurred at 11:09:31 for video input object: Depth_512x424-kinect-2.
58
-
59
- Unable to allocate memory for an incoming image frame due to insufficient free physical memory.
60
-
61
- Unable to allocate memory for an incoming image frame due to insufficient free
62
-
63
- physical memory.
64
-
65
-
66
-
67
- ------------------------------------------