Monthly Archive for June, 2008

Immodesty, Day 9

First Day of the shooting, after yesterday’s indoor shootings we realized that the idea with the flashes won’t work out so we moved outside. Moving the whole setup and realizing the camera is quite tricky, especially because the viewfinder of the cameras is like you’d expect it from a 10$ camera… here are two of the scenes we shot:

Here are the setpic’s oft the day:
Continue reading ‘Immodesty, Day 9’

Immodesty, Day 8

It works, somehow:

Looks cool, but actually it’s not: the fact that the flashes are going off during 4-7 frames means that we have a rang of about a 1/3 sec within the cameras are releasing… this is a raw example of ne of our first test shootings:

More explanation tomorrow, hasta mañana

Ruth Sergel: Alchemy of Light

This was a lecture on May 31st. The Team of the Medialab Prado flew in Ruth Sergel from New York in order to tell us about the media-techniques magican’s have been using for ages. I enjoyed the lecture a lot, to me it show the close relationship between art, magic, and people not understanding the technology used:

download file in different sizes

Immodesty, Day 7

After a series of set-backs in the electronics department of our project, we can celebrate a big step forward today. Most of the electronics are working, all that’s left to do is to increase the power to trigger the cameras in order to overcome the long distances of the extension cables – hurray!

Arduino Workshop: Appendix

wrapping_front

Simone showed me two more really helpful things: what you can see here is called wire wrapping. It’s a technique to create circuits w/o soldering, and it looks great ;) You have to use wrap pins that you simply beat into the board, then you use a little stick to put the wire around the pin, which is actually faster done than soldering.

wrapping_back

Also Simone showed me a kind of “Bible” for people hacking around with circuits: The Cmos Cookbook. This seem to be really useful, it contains all cmos components available including description, picture and explanation how to connect them.

after work..

Los compañeros walking off the medialab after a hard work’s day…

right into a opening of an exhibition:

I like the way the spanish guys handle their inaugurations ;)

Immodesty, Day 5&6

Day 5: nothing but ill. Day 6: great.

We finished all the mounting pieces and found a place inside mataderos where we can set up the installation and leave it there untouched until the end of the workshop. The only minus-point of the day: all the cameras have 2b rewired, electronics don’t work as easy as we thought: It’s not possible to just wire all the release-switches parallel – every one has to have it’s own opto-isolator plus pull-down resistor attached to it. Karolina is actually going crazy resoldering all the switches, cameras, resistors and opto-isolators…

pictures of the day:

Immodesty, Day 3&4

Ok, here’s a fast endorse of the last days. Karolina and Sofy continued soldering all the cameras, i think they are finished in the meanwhile. We finally figured out how we’ll handle the mounting and the adjustment of the cameras and found a really great place to produce it: the woodshop of Mataderos, another project of INTERMEDIÆ Madrid. There’s an opening of an exhibition tonight, i’ll do a special post about it – that place’s definetily deserves it. As a preview you can check out the photos on Flickr tagged with Mataderos
.

Personal Note

medialab
The workshop is great, i love the media-lab and everyone involved. I actually never experienced a space that was so open for each and every one – just one thing: the upload capacities are really_____ bad. that doesn’t make my life as a documenter easier – as well as the fact that everyday somebody is leaving and we have to go out to have one (of course one more..) last drink with him/her. Luckily not so tomorrow, i’m dead tired, can’t manage 2 write about our project which is doing really well btw… my camera deleted all the photos and videos from yesterday&night which is really a pity – there were some nice shots… anyway, i’m gonna make it up, later… good night..

Arduino Workshop, Part 4

Honestly, i missed the first part – i just arrived when the first example was finished: basically the job was to change the blinking frequency according to the value received by the potentiometer (or any other variable resistor) => arduino file

So now we’re starting to use the arduino to pass values to processing and change the displayed image. Therefore we change the ” Serial.println(inputPin)” which would print the received value and change it to “serial.print (val,BYTE)” which will sore the received value in a Byte (0-255) which can then be read by processing. In processing we us this value to define the parameters of a rectangle in processing. => arduino file => processing file

Recent Tweets