Skip to content

Commit 6eb1e17

Browse files
author
gon
committed
Little shadows on images and HandPose screenshot
1 parent e171551 commit 6eb1e17

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

.bin/HandPose-OSC.png

18 KB
Loading

.bin/handlerOSC.jpeg

-73.3 KB
Binary file not shown.

.bin/handlerOSC.png

36.6 KB
Loading

.bin/wekinator.png

-96.8 KB
Binary file not shown.

.bin/wekinator1.png

29.7 KB
Loading

.bin/wekinator2.png

101 KB
Loading

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,20 @@ Therefore, there are four main parts:
2525
Watch a short demo and explanation [here](https://youtu.be/M6bAb42s-lo).
2626

2727
## Setup
28-
This system has been tested in an OS X operative system.
28+
This instrument has been tested in an OS X operative system.
2929
### HandPose-OSC
30-
For the hand tracking we are using [handPoseOSC](https://github.com/faaip/HandPose-OSC) by [@faiip](https://github.com/faaip/). You will need to have [nodejs](https://nodejs.org/en/) installed. First clone the repo. Then, go to the cloned repo directory `cd HandPose-Osc.git` and install the project dependencies using yarn `yarn install`. Once you've done that you can run the app with the command `yarn start`.
30+
For the hand tracking we are using [handPoseOSC](https://github.com/faaip/HandPose-OSC) by [@faiip](https://github.com/faaip/).
31+
32+
Double click on HandPose-OSC application. You will see a little black window, which needs to be open although you cannot interact with it.
33+
34+
<div style="text-align:center"><img src="./.bin/HandPose-OSC.png"/></div>
35+
36+
This application will start processing information from your camera, to extract the points of your hand. Now you can open the OSC handler.
3137

3238
### OSC handler
33-
Double click on `handlerOSC/handlerOSC.app`, which will run a java application. If HandPose-OSC is already running, you will be able to see the points of your hand –if you are showing it to your camera– in green, on top of a black background. Something like this:
39+
Double click on `handlerOSC/handlerOSC.app`, which will run a java application. If HandPose-OSC is also running, you will be able to see the points of your hand –if you are showing it to your camera– in green, on top of a black background. Something like this:
3440

35-
<div style="text-align:center"><img src="./.bin/handlerOSC.jpeg" width="500" height="458"/></div>
41+
<div style="text-align:center"><img src="./.bin/handlerOSC.png"/></div>
3642

3743
Select your MIDI input device and press `UPDATE`. The FX switches are controlled by MIDI pitch indexes 0, 1, 2, 3 and 4. The REC, TRAIN and RUN buttons can be modified with MIDI pitch indexes 5, 6 and 7.
3844

@@ -41,13 +47,15 @@ You can download Wekinator [here](http://www.wekinator.org/downloads/). Once dow
4147

4248
Find the file `wekitunenator/wekProject/WekinatorProject.wekproj` and open it.
4349

44-
You will see these windows:
50+
You will see this window:
4551

46-
<div style="text-align:center"><img src="./.bin/wekinator.png" width="600" height="545"/></div>
52+
<div style="text-align:center"><img src="./.bin/wekinator1.png"/></div>
4753

4854
Click on `Start listening` without changing the input port number.
4955

5056
You will be able to see that this Wekinator project receives 27 inputs –hand base points and the distances of the fingers to these points– and sends 13 outputs –five 0/1 integer values and eight floats, which control 5 effects in Reaper.
5157

58+
<div style="text-align:center"><img src="./.bin/wekinator2.png"/></div>
59+
5260
### Reaper
5361
You can download Reaper [here](https://www.reaper.fm/download.php). Once it has been installed, configuration instructions can be found in this [document](./Reaper/README.md).

0 commit comments

Comments
 (0)