Anaglyphic Photography Made Easy

[ProfHankD] came up with a pretty easy way to take 3D photos using a single lens. He’s making Anaglyph images which use color filtering glasses to produce stereoscopic 3D effects. We’ve seen stereoscopic imaging hacks that use two cameras or a clever combination of mirrors, but this one uses a special filter and post-processing. [ProfHankD] drew up a template that can be used to properly align two colored filters, like those in the lens cap seen above. Once installed, just snap all the pictures you want and then hit them with your favorite photo editing software. This involves separating the color channels of the photograph and offsetting them to increase the depth of focus.

It’s a nice little process, and his writeup is easy to understand even if you’re not a hardcore photography guru.

[Thanks Paul]

Mix Your Own Photo Developing Emulsions

If you’re into developing your own photographs you might try mixing your own emulsion. [Jimmy Hartnett] worked out the chemical reaction necessary to make a photosensitive medium using Silver Chloride. His process lets him manufacture canvas that can be use like photo paper. The gist of it involves coating the back of a canvas with Gesso to prevent the emulsion from passing all the way through. He then floats the canvas face-down to apply the emulsion and skims it with a straight edge before it has time to set. You can see the results of some contact print testing in the image above. If anything, this makes a great piece of art to hang on the wall as it’s visually interesting and [Jimmy] has a personal connection because he not only made it himself, but came up with the process.

Ridiculous Exerciser Becomes Useful As A Charger

[Scott Nietfeld] built a charger from a Dyna-flex wrist exerciser. We hadn’t heard of a these gyroscopic devices before but once we saw the promo video (embedded after the break) we realized that this is the kind of thing that infomercials were made to sell. [Scott] knew the internals spun to fairly high RPM and figured that adding a few magnets on the inside and coils on the outside would turn this thing into a generator. Four rare-earth magnets fit the bill, with two external coils feeding a rectifier and linear regulator. Below you can see his demonstration video where he takes the orb apart, then spins it up, generating 250 mA at about 7.5 volts to drive the regulator and charge a cellphone. Not bad!

Continue reading “Ridiculous Exerciser Becomes Useful As A Charger”

SmartLCD Makes Video For Microcontrollers Easy

[Rossum] developed a host board that makes it easy to drive a TFT screen using an inexpensive microcontroller. He’s looked around at a bunch of LCD’s that are easy to get your hands on and decided that the iPod Nano 2G screens are the right balance of performance (176×132 TFT) and low cost ($1-$5). They’re not particularly difficult to talk to, but with 22 pins they’re a bit hardware hungry.

He takes us through the signal sniffing he used to figure out the communications process. From there he harness the power of an ARM Cortex M0 processor, which he’s worked with in the past, to drive the screen. His implementation results in a driver board called the SmartLCD that takes care of the screen’s parallel protocol, power, and backlight. From there it’s just four connections and you can use a small microcontroller like the Arduino seen above with ease. See what it can do after the break.

Continue reading “SmartLCD Makes Video For Microcontrollers Easy”

LED Wall And Kinect Join Forces

[Alex] wrote in to let us know about this Kinect controlled LED wall that was whipped up at the Tetalab hackerspace in Toulouse, France. The wall, which was built earlier in the year, uses some MAX7313 LED intensity controlling shift registers. Each gets its own board and controls the intensity of sixteen different red LEDs. They’re embedded in the wall module and covered with ping-pong balls as diffusers.

The recent activity on the project takes advantage of the Xbox Kinect. As you can see in the video after the break, they’ve used the open source Kinect drivers to capture 3D environment data, processing it into color gradients which are displayed on the Pong wall. Shouldn’t be long before they someone comes knocking on their door to install this in a dance club. We love the effect, especially because it works in a dark room and the LEDs don’t cause any interference with the video capture.

Continue reading “LED Wall And Kinect Join Forces”

Motion Activated Wildlife Camera (or A Spy Device)

Now you can capture pictures of our furry friends by building a motion activated wildlife camera. [Doug Paradis] took his Air Freshener hack and used it to trigger a camera. The white dome in the picture above is the PIR sensor from an Air Wick Freshmatic, along with a cheap keychain camera and an MSP430 microcontroller. He used one of the chips that came with the TI Launchpad, a transistor, and some discreet components to interface the devices and then put them into a project box. Now he’s got a fully configurable motion-sensing camera.

Adding Pan And Tilt To A Webcam

[Brent] and his wife wanted a way to provide more family time for Grandparents that lived far away. They tried a webcam, but their daughter just didn’t oblige by staying in the frame. Instead of chasing her around the room with with the camera he added pan and tilt features to the device. He settled on IR control using a common television remote, similar to our USB remote control receiver tutorial except that it drives servo motors instead of forwarding signals over the serial connection. [Brent] used a Picaxe 08M, connecting two servos together as a base on top of the project box. If you try this yourself there’s a lot of room to grow. Once you’ve assembled the hardware it wouldn’t be too hard to make this web enabled so that Grandpa can click on a web interface to look around the room.