Posts Tagged ‘ timelapse

star trail stacking in photoshop

flattenedFullframe

I have always wanted to do this kind of photography, but with most digital cameras there is simply no way you can leave the shutter open and the sensor on for a few hours. My D40 starts to get some serious noise after a few minutes, and there clearly must be an upper limit due to the sensor overheating. Luckily for me there is a relatively simple way to compose LOTS of shots into one image and achieve the same effect.
For those who only want to mile high review of it, here it is. Take a ton of pictures with a long-ish shutter speed. (for this one I used 10 seconds) and then layer them all in photoshop on top of each other and use the
“screen” blending mode to get them all visible.
The actual application of this can be difficult, because it is either REALLY time consuming, or it requires some thought and scripting. I decided to go for the latter and use my noggin a bit.

Scripting a photoshop action.
Read more

nikon d40 camera external power supply hack

d40powercord crop

I have been looking for a way to add external power to my camera for a while. I have had some good ideas and even hacked together a workable prototype a while back. The problem was it wasn’t very ‘tight’ and I was always afraid I was going to reverse polarity, or short it out, and it took a lot of time to set it up every time I wanted to use it.

Read more

$17 Arduino-based nikon IR intervalometer + code

invervalometer_4

This is one of those projects I’ve been working on for quite a while now, but never well enough to actually put it in a box! Well.. it still has no box, but it’s much closer to a boxable form.

It is a RBBB arduino clone (but any arduino
will
work) with an ir led, a potentiometer, a resistor, and some perfboard. The perfboard is as much there to help provide a little bit of wire strain relief as it is to provide a place to mount the pot. The code simply reads the pot input and converts it into a delay() function. Then it fires the IR led with the nikon-specific magic to tell my d40 to shoot.

Here is an example of one of the timelapses I have shot.

Read more

CHDK Update

chdk_splash screen

So as I referenced in an earlier post, I bit the bullet and bought a camera so I could test out CHDK. CHDK is a hacked firmware for canon cameras that use one of three imge sensors. I believe it is the digic 2, 3, and 4 sensors. It turns out that all of the powershot line uses the same image sensors. The optics, buttons and features are added or removed based on the price point of the camera. If you use CHDK you can enable them AND add new features the designers may never have thought of! click here to find a compatible camera on amazon More info about my trials and tribulations after the jump.

Read more

How to use Ac power to replace the Nikon D40 battery

I still haven’t gotten the grip I mentioned a few posts ago. I don’t know if I will. I have figured out a clumsy hack to get the job done and I might just run it this way, or perhaps clean it up a tiny bit.

This is the battery with little aluminum strips taped to it. The battery compartment is too tight for regular wires, so foil was the only way to do it.

aluminum foil wiring for battery pack d40

aluminum foil wiring for battery pack d40

This pic shows the “wires” coming out of the battery grip. I have alligator clips on a 7.3V 200Ma cell phone charger. I connect it to the foil and off we go!

battery grip showing aluminum "wiring"

The reason why I have the battery in there is because without it, there isn’t enough juice to fully actuate the shutter. I think that some kind/type of capacitor would also do this, but I’m afraid I don’t what kind would work.

Read more

Arduino Intervalometer for my Nikon d40

After seeing this project from cibomahto a while ago, I finally got my act together and bought a $1 IR led from radio$hack so I could build an intervalometer for my SLR.

For those who don’t know an intervalometer is, it tells your computer to take a picture every given interval. This enables you to shoot video with a still camera over a long period of time. Sometimes you have two intervals on fancy ones. Those allow you to use the bulb setting on your camera. Right now it has two potentiometers to indicate seconds and minutes between shots. It is run from a nine volt battery, and I expect it to have fairly good battery life. Only time will tell. The IR LED can’t take too much juice! It has a status led to show when it is firing (for trouble shooting) and not a whole lot else.


This currently needs a housing and a interface. I am debating the merits of a small lcd vs just using a printed label to mark the pot positions. It’s pretty much spray and pray right now. At least it is adjustable!

arduino d40 ir intervalometer

arduino d40 ir intervalometer


I’m thinking about getting one of these and eliminating the pots completely.


lcd shield from nuelectronics.com

lcd shield from nuelectronics.com

Which would end up making my project very similar to this one but for a nikon.


One last thought is possibly adding the functionality to use the bulb setting and then add a bracketing ability. Isn’t technology wonderful!

Time Lapses

I had a lot of time to kill over break, so I shot a bunch of timelapses. Here they are!

This is from a coffeeshop that I spent a lot of my time in.

This is of some clouds at dusk. This one has two separate positions, and it is really interesting to see the color shift towards the end of the video. I also have it on auto-something(ISO?), so it isn’t very consistent frame to frame.

Read more