October Thing-a-day, Day 9: Pinhole Camera

Note: these next few posts are going to be a bit out of order because I worked on them in parallel today. I still have some catching up to do…
Pinhole camera
I’ve been wanting to make a pinhole camera for a while, so today I made one. I chose to use photographic paper instead of film so that it would be easier to process, and ‘printed’ the negatives by making a contact exposure onto another piece of photographic paper. Here is the result of a two minute exposure:
pinhole positive

Posted in Photo, thingaday | 2 Comments

October Thing-a-day, Day 8: Prepping bottles (photo)

Cleaning Bottles
I had to strip the labels off of a bunch of bottles to prepare for beer bottling tomorrow night, and I ended up capturing this. I stood on top of the counter, and flattened the perspective by holding the camera as far away from the sink as possible and using the zoom lens (18-55mm) to frame the shot. An off-camera flash (SB-600) was used to light the shot, and was diffused as much as possible by shooting it through a couple of layers of tissue paper and then bouncing it off of the ceiling. And shh, don’t tell anyone, but I applied a darkroom technique when processing the photo, using the burn tool in GIMP to darken the highlights in the center and add a slight vignetting to the corners of the image. Previously, I would probably have just painted in translucent corners on another layer, but the burn tool seems to be much nicer.

Posted in Photo, thingaday | 2 Comments

October Thing-a-day, Day 7: Nikon Camera Intervalometer, Part 1


Please note: The library described on this page was originally written for an extremely old version of the Arduino software. I’ve modified the project to work with Arduino 18, the new version is here: NikonRemote.zip. Download and unzip in your libraries directory to use.



An intervalometer is a device that sends out a signal at regular intervals. When hooked up to a camera, they can be used to take time lapse images, bracket exposure lengths and precisely time long exposure images (over 30 seconds) that the built-in timer on the camera cannot normally generate. When hooked up to a flash, they can be used to create a strobe effect. Being this useful, there are many different DIY projects to make them. Unfortunately, most of them work by triggering an electronic cable release, which my Nikon D40 and N75 happen to lack. Luckily, though, both of these cameras do sport a nice infrared control port. This brings us to this project- an infrared remote intervalometer. Todays portion of the project is to get the microcontroller to talk to the camera.

Arduino-based remote

The most straightforward approach to this would be to take apart an existing remote and fire its button with a microcontroller. However, that didn’t sound like much of a challenge, so instead the goal became to train the micro to output the signals itself. A quick search fished out a well-documented solution by one San Bergmans. The routine is written in assembly to generate an accurate signal. I chose the Arduino as my platform, and figured out that it is pretty straightforward to include assembly inside of a C++ file. So, I ported San’s code to the Atmega168 that my Arduino is based on, and it appears to work quite swimmingly. The routine is wrapped up in a library, so using it is as simple as adding the library to your project and calling the Snap() function. There are a couple of caveats to this code,though: it (currently) only works on pin 12, and will only support the default clock frequency (16MHz?). Code after the break.
Continue reading

Posted in Photo, Ridiculous, tech, thingaday | 47 Comments

Maker Faire!

Before I forget, I wanted to mention that I will be bringing my laser harp to Maker Faire in Austin, so stop by and see me! Bonus offer: Mention this ad, and win a free prize (or at least a surprised look from me!)
Laser Harp

Posted in Journal, tech | 2 Comments

October Thing-a-day, Day 6: Demonstration of Focal Length and Depth of Field

My instructor lectured about perspective and depth of field yesterday, and while I had already investigated the effects of aperture on depth of field and focal length on perspective, one thing that he mentioned (and I didn’t really believe) was that focal length also affects depth of field. Ok, so to investigate this for myself, I pulled out the trusty set of zoom lenses and took some pictures. This time around, I kept the camera at a constant distance from the object, and cropped the resulting images so that the subjects take the same amount of space in each. For all of these pictures, I used an aperture of f/8 and speed of 1/60th, with an off-camera flash bounced off the ceiling for constant light.

It is reassuring to see that the apparent size of the objects (perspective) isn’t affected by this, as I ‘know’ that to be determined by the subject-to-camera distance. There is, however, a fairly noticeable change in the depth of field between the pictures. In the largest zoom (200mm), the books in the background are completely out of focus. Switching the lens focal length down to 35mm sharpens them right up. Note that there is a limit to how useful this can be for expanding depth of field, because when you crop an image, you end up loosing sensor (or film grain) resolution. This is especially noticeable in the 18mm version, which had to be blown up to cover the same subject size as the 200mm version. Of course, a higher-resolution sensor would help here as well :-).

Use the prev and next controls to jump to the next setting, or press play to see a slideshow of the entire range of settings for the control.

As a side note, this explains why the 85mm lens (drool) that I tested in a store gave me such a cool shallow depth-of-field that I couldn’t reproduce with the 50mm f/1.8.

Note: Once again, thanks to Patrick Fitzgerald for creating the handy Slideshow Wizard, which is what I used to create this example!

Posted in Photo, thingaday | Leave a comment

October Thing-a-day, Day 5: Beer!

C.K. Oatmeal Stoot
We made a double batch (10 gallons) of an oatmeal stout called C.K. Oatmeal Stoot. The plan is to keg half of it and bottle the other half. So come round in a couple of weeks if you want to try some :-).

Also, I made dinner, but that is a different story:
Second dinner

Posted in Journal, Photo, thingaday | Leave a comment

October Thing-a-day, Day 4: Film development

Tri-X filmI’ll be lame for Saturday’s project: I developed the last two rolls of film for my Motion & Time assignment, but the darkroom closed before I was able to make contact sheets. I’ll update this post with those once I make them!

Update: Here are the contact sheets (with the first two thrown in for good measure):
Motion assignment contact sheet #1 Motion assignment contact sheet #2 Motion assignment contact sheet #3 Motion assignment contact sheet #4

Posted in thingaday | Leave a comment