Tell Me Poster Wall

by AnnaBulycheva in Circuits > Art

926 Views, 6 Favorites, 0 Comments

Tell Me Poster Wall

wall_interaction.jpg

Hello! This is my first try of working with Processing and coding by itself. So please dont judge me to much. Hope for someone this project can be usefull :)

Idea was to create interactive poster wall with Kinect depth image as a signature of person and type in a phrase he/she wants to tell.

Step1: Creating Deapth Image With Skeleton.

Schermata 2015-12-02 alle 12.15.42.png

To make my life easier I separated parts of code.

I started with silhouette and skeleton tracking using SimpleOpenNI library for Processing. As long this library isn't going well in Processing 3 I used version 2.2

Step 2: Creating Timer With Images

Schermata 2015-12-02 alle 12.13.52.png

Next step was to make timer with changing numbers (images)

Downloads

Step 3: Text

Schermata 2015-12-02 alle 12.13.18.png

Last element was to create text box where user can type in text. I used my typeface which I created in FontLab so you can use your font.

Downloads

Step 4: Combining All Together

Schermata 2015-12-02 alle 12.18.26.png
Schermata 2015-12-02 alle 12.20.34.png

So after it I combined all elements together, one after another.

1. Activation of timer starts after user touched logo in the corner with his/her left hand.

2. After 3 seconds PrintScreen is done automaticly.

3. Text box appears.

4. User write his text

5. * key to save all poster

Downloads