File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ A simple utility for using kinectV2 on OSX.
2
+
3
+ This app will send the colour, depth and IR streams over syphon.
4
+
5
+ For a precompiled binary visit the releases section of this repo
6
+
7
+
8
+
9
+ This version requires
10
+
11
+ openframeworks 0.8.4
12
+ https://github.com/openframeworks/openFrameworks
13
+
14
+ ofxMultiKinectV2
15
+ https://github.com/hanasaan/ofxMultiKinectV2
16
+
17
+ ofxSyhpon
18
+ https://github.com/astellato/ofxSyphon
19
+
20
+ There is a settings file inside the data folder (leave the folder structure as is).
21
+
22
+ XML Settings (inside bin/data) change the values as needed
23
+
24
+ "\< OPENCLDEVICE\> 0\< /OPENCLDEVICE\> "
25
+ If you have a discreet and onboard GFX card try setting this to 1 otherwise leave it at 0
26
+
27
+ "\< FLIP\> 0\< /FLIP\> "
28
+
29
+ Image stream flip setting
30
+
31
+ "\< MINIMISED\> 0\< /MINIMISED\>
32
+
33
+ Tiny mode setting
34
+
35
+
36
+
37
+ Key Commands
38
+
39
+ ‘f’ Flip all image streams
40
+
41
+ ‘m’ Toggle tiny mode
42
+
43
+
44
+
You can’t perform that action at this time.
0 commit comments