Vintage Hack – Game Boy Camera

Screenshot

Back in 2005, a member of a French robotics team named [Laurent] wrote a wonderful how-to that we somehow missed on using the Game Boy Camera as a vision device for a robot. The images above are actual shots from his project. The Game Boy Camera features a stunning 128×123 pixel resolution in a gorgeous 4 color gray-scale palette. Possibly the most attractive feature of this hack is that it is still possible to get a hold of these cameras for under ten dollars on ebay.

He connected the camera sensor to an Atmel AT90S4433 using a combination of digital and analog signals, and then used the microcontroller to echo the data back to his PC. His write up includes schematics for wiring up the sensor/microcontroller, the datasheet for the sensor, his C code for the whole project, and an easy to read pin out of the GBC connector. Although his project simply offloaded the image to a computer, it would be entirely possible to have the microcontroller respond to the image or simply just log and store it. It would also be just as easy to replace his Atmel chip with your own favorite microcontroller, as long as it has a couple Digital I/O ports and at least one Analog port (or an external analog to digital converter).

UPDATE: Good catch r4v5, it would require an ADC, not a DAC.

Timelapse Dolly

[vimeo = http://www.vimeo.com/3150715%5D

[Andrew Curtis] does fantastic timelapse photography. He found that he wanted to be able to move the camera while taking the shots to give motion to the final product. While this isn’t exactly a new idea, not too many people mess with it. The dolly to do it with can be quite expensive as it has to support the camera and move it in an automated and controlled fashion. [Andrew] has been working on building his own dolly and has documented the process.

[via Flickr]

Pictures From Space For $150

prelaunch

Ever wanted to be able to launch a balloon into space, track its location via GPS, take some photographs of the curvature of the earth, and recover the balloon, all for the low low cost of $150? [Oliver Yeh] sent in his teams project, Icarus, which does just that. The group of MIT students found that they could use a weather balloon filled with helium to reach heights of around 20 miles above the earth;  their particular balloon achieved 93,000 feet (17.5 miles). Then, utilizing only off the shelf components with no soldering, conjured up a GPS tracker using a Motorola i290 Prepaid Cellphone. They then used a Canon A470 loaded with the chdk open source firmware to take pictures. After seeing the results of their launch, the team hopes that this could rejuvenate interests in science and the arts.

Time Lapse Light Sculptures

time_lapse_light_sculptures

[Jared] sent us a feature he posted involving time-lapse photography and an LED. Using a custom built aparatus an LED is moved on two axis’ during a long exposure of around thirty seconds. The frame is wood and PVC with two gearhead motors powered by AA batteries to provide the locomotion. The LED is powered by a 3v button cell and automatically transitions through different colors.

Digital Camera LCD Replacement

digital_camera_lcd_replacement

Turning on your camera to this kind of black blotch will ruin your day. Cracked LCD screens have got to be the biggest digital camera killer out there. Although you can still take pictures with it, a non-functioning screen makes it difficult if not impossible to change settings and take decent photos.

[myles_h] has document the process of replacing a broken screen in his digital camera. As professional repair usually costs more than a brand new camera you’ll want to do this yourself. New screens can be purchased online, but we’ve also considered buying the same model of camera from ebay (screen intact but broken in a different way). This model, a Sony Cybershot DSC-W50, has fairly easy access to the LCD and its connection to the logic board. Before buying parts, you may want to investigate how much disassembly your camera will require.

Open Source Digital Camera

camera_marcandrew_news

Those brainy folks over at Stanford are working on an open source digital camera. This is an effort to advance what they call “computational photography”. Basically they’re looking to combine some of the functionality of Photoshop or Gimp right into the camera. One example they discuss is utilizing an algorithm to even out the light levels from one side of the picture to the other. Another trick they’ve already accomplished in the lab is increasing the resolution of full motion video. They take a full resolution photo once every few frames and use the computing power of the camera to incorporate that information into the low-res frames around it.

We like the idea of being able to get at the firmware that runs on our digital cameras. Going with open source would certainly provide that access, but cost will be an issue. The Stanford team hopes to produce a model of what they now call Frankencamera that sells for “less than $1000”.

[via crave]

Toyaanisqatsi: Time Lapse Control Using LEGO Parts

[youtube=http://www.youtube.com/watch?v=Fm1fFQfGc9M&feature=player_embedded]
A simple panning motion can add impact to the already-dramatic effect of time lapse photography. To accomplish this, frugal cinematographers sometimes build [Rube Goldberg] contraptions from clock motors, VCR parts or telescope tracking mounts. Hack a Day reader [Stephan Martin] has assembled a clever bargain-basement system using an Arduino-driven stepper motor and a reduction gear system built up from LEGO Technic parts, along with some Processing code on a host PC to direct the show.

While the photography is a bit crude (using just a webcam), [Stephan’s] underlying motion control setup might interest budding filmmakers with [Ron Fricke] aspirations but Top Ramen budgets. What’s more, unlike rigid clock motor approaches, software control of the camera mount has the potential for some interesting non-linear, fluid movements.