Reading Six
November 26, 2008
Hear are the pages for our presentation on Dieter:
http://www2.uic.edu/~koneil2/508/Dieter/etall.html
http://www2.uic.edu/~koneil2/508/Dieter/versus.html
details forthcoming…stay tuned…
November 26, 2008
Hear are the pages for our presentation on Dieter:
http://www2.uic.edu/~koneil2/508/Dieter/etall.html
http://www2.uic.edu/~koneil2/508/Dieter/versus.html
details forthcoming…stay tuned…
SAGE (Scalable Adaptive Graphics Environment)
I. Introduction
Several unique events gave me the preconditions for exploring this paper. On the first day of class in EV Grad Seminar, we were given a tour of the cavern by Laura Wolf. For me the 55-panel LambdaVision display stood out. I asked whether these devices were available to us and [...]
import JMyron.*;
JMyron m;
void setup(){
int w = 640;
int h = 480;
size(w,h);
m = new JMyron();
m.start(640,480);
m.findGlobs(1);
println(”Myron ” + m.version());
}
void mousePressed(){
m.settings();
}
void draw(){
m.trackColor(255,255,255,255);
m.update();
int[] img = m.image();
//first draw the camera view onto the screen
loadPixels();
for(int i=0;i<width*height;i++){
pixels[i] = img[i];
}
updatePixels();
background(0,0,0);
//draw edge pixels of globs (this and the next chunks of code are chokers)
int list[][][] = m.globPixels();
stroke(220,220,220);
for(int i=0;i<list.length;i++){
int[][] pixellist = list[i];
if(pixellist!=null){
beginShape(POINTS);
for(int j=0;j<pixellist.length;j++){
vertex( pixellist[j][0] , pixellist[j][1] [...]
Final Project – Project Documentation, Hubert Weldon - 0 Comments
November 19, 2008
Complicit Warnings
AD 508
Benjamin Thorp
Complicit Warnings involves computer vision and also is grappling with issues of surveillance, complicity (of those being surveilled) and the potential for liberatory action. The work engages how people experience spatial forms when they are filled in with dynamic and rich multimedia information and how we’ve adapted and reacted to the knowledge [...]
EV Seminar Fall 08 Project proposal
Short Description:
The proposed project would treat a viewer in much the same way as most people are treated, as a data source. In essence the project would “data-ify” the viewer. This would be done by realtime processing of video of the viewer and overlaying a data trail on the user. [...]
Write a 1 page project proposal, including short description, diagram(s), equipment/space/lighting requirements (based on what you/we have).
Short description. I am proposing a collection of landscapes. The presentation of the landscapes will be video slit scans and stretched from a 4:3 aspect ratio to 16:3 aspect ratio and propose new ways of looking at landscapes both [...]
Community Game
Background: I’ve been working on a series of play concepts that work against the ideologies apparent in commercial game designs. This series of play scenarios will endeavor to teach a different set of values than what most games teach. This public space, electronic toy will seek to present community and giving as its primary [...]
Final Project – Project Documentation, Lindsay Grace - 0 Comments
SAGE (Scalable Adaptive Graphics Environment)
I. Introduction
Several unique events gave me the preconditions for exploring this paper. On the first day of class in EV Grad Seminar, we were given a tour of the cavern by Laura Wolf. For me the 55-panel LambdaVision display stood out. I asked whether these devices were available to us and [...]
Andrew Oleksiuk, Final Project Proposal .pdf, _Announcements - 0 Comments
Description
I propose a mobile controlled virtual space, which is located geographically (in real space) far from the mobile user.
The virtual space that I will start out with would just be an object that can be manipulated by the mobile phone. Since, the GPhone has at least a 3-DOF (degrees of freedom), accelerometer built-in, I would [...]
Arunan Rabindran, Final Project – Project Documentation - 0 Comments
November 18, 2008
Ghosts Behind
Julio Obelleiro
EV Seminar Fall 08 Project proposal
—
Concept and sketches
The proposed project is an evolution of the installation that was displayed in the Matadero (old Madrid’s slaughterhouse), called Matadero Phantoms. The idea of the project would be to allow the viewer to unveil what is “behind” the walls of a building with the light of [...]