Skip to content

Commit 6fc8e4c

Browse files
committed
Create Readme
Here is the readme
1 parent 6c4c889 commit 6fc8e4c

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+

0 commit comments

Comments
 (0)