retrointerfacing

- connecting past and future -

This is what I am talking about..

without comments

Now, print your own!

http://www.techrestore.com/2010/02/print-your-own-functional-ipad.shtml

Written by edwin

May 7th, 2012 at 8:48 pm

Posted in Uncategorized

Video Projection System

without comments

For the 100th Gonnagle performance I designed a ‘live video drawing tool’ using webcam, LED spots and processing app..

projectie schrijfsel

Software has been written in Processing.. pretty straightforward.. Especially the filters are simple to use but very powerfull.. In the application they are controlled using a midi controller (Korg NanoKey)


void draw() {
background(255);
if (cam.available() == true) {
cam.read();
}
if (useRotate) {
translate(width/2, height/2);
rotate(PI);
translate(-width/2, -height/2);
}
image(cam, 0, 0);

if (useBW) filter(THRESHOLD, constrain(thresholdLevel, 0, 1));
if (useInvert) {filter(INVERT); fill(0);}
else fill(255);
if (useBlur) filter(BLUR,1);
if (useRotate) {
translate(width/2, height/2);
rotate(PI);
translate(-width/2, -height/2);
}
}

Written by edwin

May 3rd, 2012 at 9:02 pm

Posted in Processing, music

Tagged with

more on Mumbai

without comments

Written by edwin

May 3rd, 2012 at 2:07 am

Posted in Uncategorized

Tagged with

Hexapod in the press

without comments

IEEE Pervasive Computing magazine recently had an article featuring the hexapod..

Written by edwin

February 18th, 2012 at 2:36 pm

TechFest 2012

without comments

Together with PLANETART and FullFormFreedom invited to show some of the robots at the TechFest 2012 festival in Mumbai, India.

img_8697

Written by edwin

January 22nd, 2012 at 12:31 am

Posted in Robotics, expo, fablab, rapid prototyping

Tagged with