Interactive II Assignment; I am Vejee

It was quite fun to do this assignment as there are many interactive elements. One problem I faced was that the sounds wasn’t working in the playlist even after I tried adding bang and trigger to the sounds. Hence, I tried working separately with the sounds by porting them out and linking them straight the different coordinates output. The sounds were working this time but another problem arose. I couldn’t stop the music from playing after motion was detected in the region. I was stuck for quite long on this and even went on youtube for help. :’) Turns out, I could using the “1 0” function to turn on and off the sound whenever motion is detected/ undetected. With some trial and error and adding some bangs, the sounds began to turn out well!

Moving on, after analysing the sequencer, the coordinates are connected to the routes and then to the output section. Hence, by adding more routes and creating coordinates for them, I could add more motion region in the screen which works like (x,y x,y) for both extreme ends of the rectangle motion region. Below is some examples I did for this assignment and how I managed to get the sequencer to work!

 

Interactive 2: Face Changer

This class, we learnt how to do face changing through face detection. On the problem to solve the resizing issue, I have tried many trial and error and I thought that the problem lies within the boundary step in the step 1 as shown below. ($1 $2, dsdimend $3 $4) However, even though I tried ways like adding the dimension ($1 + 100), it still doesn’t work. Then, I tried adding Jit.matrix as shown in the circle below and it kinda works after that?? I think it works by limiting the space shown through the image.

Also, I have tried to change my face with other photos like Kendall Jenner and a Chow Chow. It was quite funny for the chow chow though.

Kendall Jenner

Chow Chow
Below is the final outcome, with the Kendall Jenner’s photo. I hope to learn how to change the face recognition boundary during class.