Archive for the 'ITP' Category

Page 3 of 10

Thesis Updates, New Ideas

I made a quick draft of the vertical bars idea in Processing and concluded that the illusion is not extreme enough to create different patterns. The concept works, but the illusion is very subtle and I unfortunately don’t think my idea will work.

I have been reading The Intelligent Eye, another book by R.L. Gregory which focuses on stereoscopic vision and find the topic very interesting. Two new ideas came out of this:

  1. Now that 3D TVs have been announced by all the major manufacturers, the next step is to bring the ability to create 3D content to the everyday person. I thought of building a 2-camera rig which would allow the creation of stereoscopic content. I could open-source the whole process and create a step-by-step tutorial online, so that anyone who is interested can build his own rig.
  2. In the book, Gregory mentions an anaglyph drawing machine which works by drawing a red and blue stroke simultaneously on the page as you move your stylus. The further apart the lines are, the closer the shape appears to the viewer (when wearing anaglyph filter glasses). His machine was not explained in detail, but it appeared to set depth based on the vertical position of the stylus. I am thinking of building my own stereoscopic drawing machine, which would use a mechanism similar to that of a bicycle brake to set how close the red and blue strokes are to each other. I am thinking something along the lines of Rhonda, but as a physical device instead of software.

Cube

My assignment for The Softness of Things was to make something polished, that looks like it could be sold in a store. The first thing I thought of was to use the laser cutter as it always yields professional looking results, and I decided to make a cube as it is a shape I like working with.
To keep it clean, I wanted the faces to connect without using any glue or anything messy so I made teeth around each shape so that they would intertwine. I then imported the shapes in a 3D modeling software to ensure that everything would fit properly.

Screen shot 2010-01-24 at 11.14.17 AM Screen shot 2010-01-24 at 11.52.24 AM

I cut decorative designs on each face to make the object nicer looking. Each face is made up of a red layer covered by a clear layer. Each design is split into two parts, one for each layer. The opposing faces have the same design, but on alternate layers so as to complement each other. The inside of the cube is painted white to give an extra dimension to the object.

IMG_0331 IMG_0336
IMG_0338 IMG_0340

Unfortunately, I forgot to take the width of the laser into account and had to use some acrylic solvent to stick the faces together. This left some blotches on the faces so it is not as perfect as I would like it to be.

IMG_0350 IMG_0349
IMG_0348 IMG_0347

A Thesis Idea

I want to explore optical illusions made through persistence of vision.

I worked on an ARG a few years ago where we tried to come up with visual puzzles for the players and became very interested in the subject matter. I still get together with some of the people I worked with and discuss different visual puzzle ideas that we find interesting. This research led me to Eye and Brain, a book on the psychology of vision by R.L. Gregory, to better understand how our perception works.

My idea is to build a device that reveals recognizable images or messages by combining mechanical motion and human vision. I think this would be very compelling because it is not just a machine that works standalone, but a system that requires a human to function.

I have been exploring an illusion consisting of alternating black and white vertical bars. The bars scroll from right to left for a while and stop abruptly. For the next few seconds, our eyes are still “following” this motion, so the bars appear to be moving from left to right (in the opposite direction). Instead of stopping the entire length of the bars, my idea is to only stop some horizontal sections of the set of bars and keep the rest going, so that more complex shapes get created. By carefully picking which sections stop and which keep scrolling, I would try to create simple recognizable shapes like letters.

I am not sure this idea would work as the illusion might not occur if there is still motion happening, since our eyes will still have a point of reference to follow. My next step is to create a quick Processing sketch to see if this would work or not.

Inspiration

Bit.Code by Julius Popp (via Adi Marom)
YouTube Preview Image

X by Y by Daniel Rozin

Big Screams Documentation

Documentation for the Big Screams presentation at the IAC last month is finally up on Vimeo.

Special thanks to Diego Rioja, Mustafa Bağdatlı, Nisma Zaman, and the rest of the video crew for the footage!

ITP Winter Show 2009

The ITP Winter Show is happening this Sunday and Monday, December 20-21. Camera Obscura: The Gates, a project I made with Sara Bremen, will be on display in the lobby.

ITP Winter Show 2009
Dec. 20 2-6pm and Dec. 21 5-9pm
@ 721 Broadway, 4th Fl

Camera Obscura Proposal

Camera Obscura creates a window into the daily world by providing a different perspective of an everyday experience. A live feed from outside the Bronx Museum is taken via a small webcam. The image is manipulated and re-projected onto the blank wall, above the staircase, just inside the South Building of the museum. The wall is visible to both people walking by (through a window) and visitors to the museum.


Continue reading ‘Camera Obscura Proposal’

Big Screens Show

Tonight is the Big Screens show at the IAC building! 11 projects will be presented, including my project Big Screams. See here for more details.

Another Big Screams Test

Now with different characters, text prompts, and refined physics…

Big Screams Test @ IAC

big-screams3

big-screams2

big-screams1

Big Screams Early Visuals

Here is a screencast of early physics tests for Big Screams.

I’m working in C++/openFrameworks using the Box2D physics library.