[madaeon] couldn’t find a digital viewer for his stereoscopic 3D images. He felt that he could probably build one, so he did. He found two identical digital picture frames and made a custom rig to hold the two frames. The method he is using involves polarized lenses, so you do have to put glasses on to see it. Being polarized though, you get full color, like modern 3D movies. We think it would be even nicer to see them without glasses, but some people have a really hard time with this style of 3d image.
digital cameras hacks980 Articles
Nikon Coolpix S1000pj (teardown)

Earlier this year, Nikon released the Coolpix S1000pj, a 12 megapixel point and shoot with the usual features, including image stabilization, face recognition, etc. However, the S1000pj features a built in projector into the usual diminutive point and shoot footprint, and also comes with a remote for controlling the projector in display mode, or for remote shooting. iFixit has gotten a hold of the unit, and detailed the difficult teardown process, which included component desoldering to get the extremely compact system completely apart. It is also interesting to compare this setup to other stand alone pico-projectors we have covered.
Multi-camera Rig Makes Trees Say Cheese

[Nick Nichols] set out to take a photograph of a full redwood tree. Here’s the catch, these redwoods are over 300 feet tall and they’re not just standing in the middle of a vast desert. If the photo is taken from a distance, you will only capture the top part of these majestic beauties. How can you take the shot from close up? Build a custom rig to take multiple shots and stitch them together for a composite photo.
[Nichols] built the rig to hold three cameras focused to the left, middle, and right of the tree. The frame includes a gyroscope to keep the cameras steady. By lowering the cameras from the top to the bottom of the redwood they were able to capture 84 pictures to assemble the final shot. The result is featured in the October edition of National Geographic magazine. We’ve included the final picture and embedded a video of the rig in action after the break. Continue reading “Multi-camera Rig Makes Trees Say Cheese”
Laser Triggered Photography

Popped balloons or bullets fired into apples, anyone can photograph with a quick sound based camera rig. Lasers have been used forever in motion detection. And even door bell chimes have been used before for remote camera shutter releases. No, [SaskView] wanted to go further and created his Laser Triggered High-Speed Photography setup, to photograph (of all things) milk splashes. We liked the simplicity of the project however; requiring no programmed microchips or overly complicated circuitry – rather he took a quick trip to the local dollar shop, used the amazing CHDK firmware, and he produced perfect results every time.
[Update: CHDK, not CHKD firmware. My mind must be elsewhere. Thanks jbot and agent smith]
Build A Google-style Panorama Rig For $300

As part of a “disruptive technologies” course at the United States Military Academy, [Roy D. Ragsdale] produced a working prototype of a Google Street View-like system called PhotoTrail. Like its corporate-backed inspiration, the system captures georeferenced 360-degree panoramas that can be viewed interactively in a web browser…but at a hardware cost of only around $300. [Ragsdale’s] prototype is based entirely on consumer-grade off-the-shelf components and open source software, all tied together by the yin and yang of DIY: foam core board and a few Python scripts.
This article from IEEE Spectrum magazine provides some background on the selection of parts and construction of the system, including a hardware shopping list and a list of links to all of the open source packages used.
The PhotoTrail prototype is surprisingly small and lightweight. A vehicle isn’t even required; the camera array can be carried overhead by a single person, making it possible to capture remote locations. But [Roy] expects future revisions to be even smaller and less obtrusive, perhaps mounted to a headband. Mount Everest awaits!
Touchscreen Picture Frame

Circuit Ideas Design has posted a digital picture frame project based on their 240×320 16-bit color QVGA display. We made our own digital frame from a smaller screen a while back and this is pretty much the same implementation except with a larger screen and built around the AVR family of microcontrollers rather than PIC controllers.
The thing that piqued our curiosity was the five icons silk screened on one end of the display. That’s right, this is a touch screen. The board also has a built in SD slot and a bit of flexibility for connecting to a microcontroller. It can be controlled from a 40-pin header, or from headers that are designed to work as an Arduino shield. We’d love to get our hands on one but we were unable to figure out what currency the list price was in. Has anyone used this board yet?
Vintage Hack – Game Boy Camera

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.