Interactive II – Concept Development I (By Margaret, Yuqing & Jinyee)

Initial Idea

To use dance as an avenue to express depression, hurt and sorrow. The idea was to use the technique of projection mapping. It will be a live performance (contemporary art) by our dancer Yuqing and projection mapping will be casted on her using aftereffects.

Max MSP will be used in the form of motion region that will create certain sounds/ glitches in certain regions of her movement. The initial visuals were more in the direction to explore the suffocation and entrapment created by depression. However , we did not carry on with this idea as it did not represent the idea of depression effectively.


Current Idea

Our group consists of 3 beautiful ladies of Jin Yee, Yu Qing and Margaret. We are interested in exploring the concept of the human mind. We liken the mind to a sponge, absorbing everything (be it surroundings, experiences), yet there is a breaking point, our minds are inherently fragile. Therefore, we intend to dwell deeper into the idea of are place in this world and how external forces outside of our minds mould and affect us.

Our final idea is a culmination of two parts. Firstly, an individual crawls into room (A) and pops up through an elevated planar surface at roughly hip height. As you appear in a empty room, you will be confused at what’s going on and will likely flail your arms around a bit as you figure out what you’re supposed to do here or what is supposed to happen here. A motion sensor will detect the movement and produce visuals that will be projected on the elevated plane.
Secondly, the other people enter another room (B) and interact with the interface there. Little did they know, their decisions/actions in this room (B) “affects” the person in the other room (A). This is embodied through the changing sounds in room (A).

Interactive II : EM1 MIRROR


Process

This is my first time using MAX thus there are many things that I am still trying to figure out. I tried combining the different in-class exercise and work around with the code to come out with “Mirror“.

jit.dimmap @invert 1 0: this will flip the video and give it a mirror effect (as shown below)

jit.window: Double click to open up a new window.
p spacebar-fullscreen: Press spacebar for fullscreen of the new window.

InsideĀ p spacebar-fullscreen, select 32 was a setting for spacebar which will trigger the video to fullscreen.

Inside p face,

jit.rgb2luma: works only on greyscale images
cv.jit.resize @size 320 240: use as small an input as possible, for performance.

Inside p area2brightness,

Calculate the surface area where (X1 – X2) x (Y1 – Y2) and output within the range.

I realised that the value 1. 0. will determine,
scale ____ ____ 1. 0. : Screen turns darker when face goes closer.
scale ____ ____ 0. 1. : Screen turns brighter when face goes closer.

– Will update further-