Taking Moving Time-lapse Images Over Days At A Time

It’s neat to watch these lilies open and close during the time-lapse movie. But what makes it even better is to see the camera slowly move during the time-lapse event. It’s thanks to a special dolly which the photographers built for this purpose.

The system is based on two curved and inclined pipes which make up the rails of the system. The dolly that rides along the rails has a geared motor on it which turns at 2 RPM. This is used as a winch, spooling a string that is tied to the high-end of the rail system. As the winch winds the string, the dolly slowly moves along the track.

To make this work over multiple days they covered all of the windows in foil and lighted the room with fluorescent fixtures. An intervalometer was used to trigger the camera every three minutes. An Arduino monitors the camera’s shutter LED via a light dependent resistor. Sixty seconds after an image is take the Arduino will drive the dolly motor for a few seconds

The finished video, as well as a hardware show-and-tell, can be seen after the break.

Continue reading “Taking Moving Time-lapse Images Over Days At A Time”

Party Photo Printer Built Around A Raspberry Pi

We think [Brian Delacruz] latched on to a good idea with this photo printer project. Instead of building a big photo booth for his party he developed a Raspberry Pi based WiFi photo printer. Right now it’s a prototype that lacks the kind of polish necessary to make a true user-friendly device. But the idea is solid and just waiting for you to improve upon it.

In addition to the RPi he’s using a quality photo printer and a small wireless router. The router simply provides WiFi capabilities for the RPi which is running a web server, mySQL, and FTP. This provides a wide range of upload options which he can work with. Watch the video after the break to see him print a smart phone photo wirelessly.

This can be simplified by using a package like hostapd to use a USB WiFi dongle as an access point. Or if the venue already has Internet access a server could be set up with a QR code to guide people to it. The party starts off with an empty bulletin board and guests would be invited to print and hang their own photos which will go into the host’s guest book/scrap book to remember the event.

Camera Dollies Hacked Together By Stop Motion Filmmakers

A little bit of technology goes a long way when it comes to stop motion animation. In this case it’s a trio of simple camera dollies built during production of a short film called The Maker.

A Dolly is a method of mounting the camera so that it can be moved smoothly during a shot. Of course with stop motion the movement actually happens between the shots so it’s even more important that the camera be moved accurately. The video after the break shows off how they added CNC control for the camera. The first dolly was built from a pair of PVC pipes with a sled that moves along them. A motor moves a loop of 35mm film which is attached to the dolly. This is a great choice of materials since it doesn’t stretch and it’s free (one of the filmmakers is a projectionist). The next dolly is made from a flatbed scanner, and the final offering is seen above. Built from a bicycle wheel it provides a stationary platform above the hub for the models, while the camera rotates on an arm attached to the wheel. You can watch the complete film here.

If you’re looking for more inspiration check out this dual-axis PVC dolly project.

Continue reading “Camera Dollies Hacked Together By Stop Motion Filmmakers”

Portable Light Box For Small Photography Needs

[Paulo] needed to photograph small objects on the go. Since you can’t always depend on ambient lighting conditions he built a battery operated light box which is easy to take along on his travels.

We’ve featured portable light tents before, but they still tend to be a bit too bulky for his tastes. He chose to go with a white plastic storage container from Ikea. It’s lightweight, and acts as a diffuser for the light sources. Four strips, each hosting three LEDs, were mounted on the exterior of the container. Half of a PVC pipe protects the boards while providing a way to fasten the strips in place using nuts and bolts. The driver board and batteries find a home inside of a travel container for a bar of soap.

He likes the results, especially when a glossy white piece of paper is used as a top reflector.

Femto-photography: Taking Pictures Of Bullets Made Of Light

Femto-photography is a term that derives its name from the metric scale’s prefix for one-quadrillionth. When combined with photography this division of time is small enough to see groups of light photons moving. The effect is jaw-dropping. The image seen above shows a ‘light bullet’ travelling through a water-filled soda bottle. It’s part of [Ramesh Raskar’s] TED talk on imaging at 1 trillion frames per second.

The video is something of a lie. We’re not seeing one singular event, but rather a myriad of photographs of discrete events that have been stitched together into a video. But that doesn’t diminish the spectacular ability of the camera to achieve such a minuscule exposure time. In fact, that ability combined with fancy code can do another really amazing thing. It can take a photograph around a corner. A laser pulses light bullets just like the image above, but the beam is bounced off of a surface and the camera captures what light ‘echos’ back. A computer can assemble this and build a representation of what is beyond the camera’s line of sight.

You’ll find the entire talk embedded after the break.

Continue reading “Femto-photography: Taking Pictures Of Bullets Made Of Light”

Raspberry Pi Wedded To A DSLR

This is a Raspberry Pi outfitted in a DSLR battery grip. [Dave H] was very interested in the idea of combining a single-board computer with a high-end camera. The size and cost of such a computer was prohibitive until the RPi came along. He managed to fit the board into the broken battery grip he had on hand, and he already has the prototype up and running.

[Dave’s] alterations to the battery grip allow access to the USB, Ethernet, and Composite video ports. Powering the RPi was a bit of a challenge. He tried using an iPhone charger with four AA batteries but that only provided 4.2V. After going back to the drawing board he discovered he could rework the parts that he removed from the grip, using a Cannon 7.2V 1800 mAh battery. So far he can automatically pull images from the Camera and transmit them over a network connection. But since the RPi is running Linux, there’s a whole world of hacks just waiting to be exploited. What comes to mind first is image manipulation software (like ImageMagick) which has a command-line interface.

[Thanks Christian]

Dual PIR Photo Trigger By Crossing The Streams

Motion sensing can be quite effective when taking photographs of wildlife. But how can one be sure that the motion was at the center of the frame? A PIR sensor picks up motion in its entire viewing range. It’s not really something that can be aimed. But if you use two PIR sensors you can monitor a focused area for motion.

The trick is to use a logic circuit. By building an AND gate you can trigger based on motion in the area which is overlapped by both of the sensors. In this case the AND gate is built from a voltage divider. The outputs of the PIR sensors are connected above and below the divider’s connection to the photo trigger. Both have a protection diode, and the divider is tuned so that both PIR outputs must come one in order to raise the trigger input above the voltage threshold. So much for never crossing the streams.

[via TriggerTrap]