<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Eric Sorensen &#187; Photography</title>
	<atom:link href="http://www.esorensen.com/category/photography/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.esorensen.com</link>
	<description>exploring photography, electronics, music, and programming.</description>
	<lastBuildDate>Mon, 26 Oct 2009 22:39:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>High Speed Photography</title>
		<link>http://www.esorensen.com/2008/12/22/high-speed-photography/</link>
		<comments>http://www.esorensen.com/2008/12/22/high-speed-photography/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 07:39:01 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microprocessors]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.esorensen.com/?p=306</guid>
		<description><![CDATA[My two primary interests are photography and electronics. This project allowed me to combine two of my loves and capture some stellar images. I used a PIC microcontroller to sync my shutter and some off-camera strobes with the collision of a water/milk droplet and a bowl of liquid. This technique captures durations in the order [...]]]></description>
			<content:encoded><![CDATA[<p>My two primary interests are photography and electronics. This project allowed me to combine two of my loves and capture some stellar images. I used a PIC microcontroller to sync my shutter and some off-camera strobes with the collision of a water/milk droplet and a bowl of liquid. This technique captures durations in the order of microseconds.</p>
<p><a href="http://www.esorensen.com/2008/12/22/high-speed-photography/" title="Permanent Link to High Speed Photography">Here a SimpleViewer Flash gallery should be displayed. Click here to open the post in your browser to see the gallery.</a></p>
<p><span id="more-306"></span>When I first became interested in high speed photography I discovered the site <a href="http://www.hiviz.com/">Hiviz.com</a>. This extremely useful site is where I learned about using flash strobes to capture fast-moving objects. Using the circuit diagrams provided <a href="http://www.hiviz.com/tools/triggers/makeown.htm#delay">here</a> I built a 555 timer-based delay and trigger circuit for my camera flashes.</p>
<p><a href="http://www.esorensen.com/wp-content/uploads/2008/12/img_1440.jpg"></a><a href="http://www.esorensen.com/wp-content/uploads/2008/12/p1030318_1.jpg"><img class="alignnone size-medium wp-image-361" title="p1030318_1" src="http://www.esorensen.com/wp-content/uploads/2008/12/p1030318_1-500x375.jpg" alt="p1030318_1" width="500" height="375" /></a></p>
<p>The idea in a delayed trigger is to sense the droplet outside of the view of the camera then take the picture when the droplet falls inside of the frame. When I take these pictures I hold a dropper about a foot and a half above a bowl. I place an infrared emitter/receiver below my hand to sense the droplet when it first leaves the dropper. Then, after a specified amount of time (depending on the sensor&#8217;s height above the bowl) the flashes fire. By calibrating this time correctly I make the flashes fire directly after the drop hits the water.</p>
<p><a href="http://www.esorensen.com/wp-content/uploads/2008/12/consistant.jpg"><img class="alignnone size-medium wp-image-367" title="consistant" src="http://www.esorensen.com/wp-content/uploads/2008/12/consistant-500x500.jpg" alt="consistant" width="500" height="500" /></a></p>
<p>Using the same delay yields almost identical images. These are six consecutive pictures taken using my controller.</p>
<p>The shutter is usually left open for this entire process. These pictures are taken in a darkened room so that the ambient light had little or no effect on the exposure. When the flashes fire they are much brighter than the ambient light and they freeze that moment onto the film/sensor. This makes the flash duration the effective &#8220;shutter speed&#8221; for the picture.</p>
<p><a href="http://www.esorensen.com/wp-content/uploads/2008/12/_mg_6658-1.jpg"><img class="alignnone size-medium wp-image-348" title="_mg_6658-1" src="http://www.esorensen.com/wp-content/uploads/2008/12/_mg_6658-1-500x333.jpg" alt="_mg_6658-1" width="500" height="333" /></a></p>
<p>The 555-based circuit from hiviz.com worked well and I got some great pictures. I am very grateful for all the detailed information about high speed photography they provide. But after I used their circuit a few times I started to get frustrated. Using a potentiometer to control the timing was imprecise and cumbersome. It was easy to bump a knob and lose my work &#8220;calibrating&#8221; the system. I also found myself swapping out components when I needed to drastically alter the delay time.</p>
<p><a href="http://www.esorensen.com/wp-content/uploads/2008/12/img_1471.jpg"><img class="alignnone size-medium wp-image-352" title="img_1471" src="http://www.esorensen.com/wp-content/uploads/2008/12/img_1471-500x333.jpg" alt="img_1471" width="500" height="333" /></a></p>
<p>As a solution to these problems I designed my own &#8220;High Speed Controller&#8221; using a microcontroller. This controller is programmed on a 18F series PIC microcontroller. You can adjust the input characteristics, flash timings (down to the millisecond), and shutter duration using a rotary encoder and an LCD screen. It supports up to four flashes and two cameras &#8212; although more can easily be added. Each flash can be individually timed. And since you can adjust the characteristics of the sensor you can use a variety of trigger devices (I have tested it using both a photogate and a computer microphone)</p>
<p>The following menu items are used to adjust the behavior of the controller. You use the rotary encoder to scroll through the menu items, then use the button to select a particular item.</p>
<p><strong>Sensor Threshold &#8211; </strong>Each sensor plugs into an analog/digital converter on the PIC. The sensor threshold is the value at which the sensor is triggered. For convenience, the current value of the sensor is displayed as you adjust the threshold. The above picture was taken as I was adjusting the sensor threshold.</p>
<p><strong>Sensor High/Low &#8211; </strong>This tells the controller if it should trigger when the sensor is higher or lower than the threshold value.</p>
<p><strong>Shutter Delay &#8211; </strong>If enabled, this delay waits a specified amount of time after the trigger event before opening the shutter.</p>
<p><strong>Shutter Duration -</strong> This is pretty self-explanatory. The nice thing about having the controller open/close the shutter is that you can take pictures in a moderately light room. With shutter durations in the 100-200ms range the ambient light of the room becomes less impactful on the final image.</p>
<p><strong>Flash Delay 1, 2, 3, 4 &#8211; </strong>Each flash can be individually timed. I usually have them go off simultaneously but I like having the option of having them go off in sequence.</p>
<p><strong>Execute &#8211; </strong>This causes the PIC to enter a delay loop waiting for the sensor conditions to be met.</p>
<p><strong>Shutter Control</strong> -  This menu items was necessary due to some limitations in my camera. The Canon 20D I use to take these pictures has a delay of ~70ms from the moment it recieves a signal to the moment the shutter opens. This often isn&#8217;t an issue since the delay for water droplets is often greater than 200ms. However, in case I need to capture less than 70ms from the time the sensor is triggered I needed an alternate way to control the shutter. This menu option has two options:</p>
<p><em>Normal: The shutter opens after the sensor is trigger. </em></p>
<p><em>Fast Object: The shutter opens as soon as you hit &#8220;execute&#8221;. It still turns off based on the &#8220;shutter duration&#8221; value after the sensor is triggered. </em></p>
<p><a href="http://www.esorensen.com/wp-content/uploads/2008/12/board.gif"><img class="alignnone size-full wp-image-356" title="board" src="http://www.esorensen.com/wp-content/uploads/2008/12/board.gif" alt="board" width="508" height="302" /></a></p>
<p>If you are interested in building a controller for yourself I have created a board and released the source code.</p>
<p>Unfortunately, neither are well documented for now &#8212; so you may have to work a little to understand how to use them. After I catchup with my website I will update these files with well documented code. For now, please feel free to email me if you have any specific questions.</p>
<p>The source is available <a href="http://www.esorensen.com/downloads/highspeed_source.zip">here</a>. I compiled it using the C18 compiler provided by microchip. I controlled LCD using a library I found on <a href="http://www.piclist.com/techref/microchip/language/c/io/lcd/hitachilcd-ak/index.htm">piclist</a>. It was written for the Hitech compiler and had quite a few errors in C18 so I had to rewrite some sections of it.</p>
<p>The board/circuit diagram can be downloaded <a href="http://www.esorensen.com/downloads/highspeed_hardware.zip">here</a>. I included inputs/outputs for a few more buttons and a few LEDs in case you want to implement some extra controls. Use <a href="http://www.cadsoft.de/">eagle</a> to open the files. If you want to etch the board you can do so using my <a href="http://www.esorensen.com/2008/10/05/howto-etch-your-own-circuit-board/">etching howto</a>.</p>
<p>You&#8217;ll need the following parts:</p>
<p>(1) PIC18F4685 (available as a free sample for students)</p>
<p>(4) EC103D SCRs</p>
<p>(4) 2N2222 transistors (or any small npn transistors)</p>
<p>(1) 4mhz crystal (optional&#8211; the current source actually uses the internal oscillator)</p>
<p>(1) LM7805 (optional &#8212; depending on your power source)</p>
<p><a href="http://www.esorensen.com/wp-content/uploads/2008/12/img_40711.jpg"><img class="alignnone size-medium wp-image-323" title="img_40711" src="http://www.esorensen.com/wp-content/uploads/2008/12/img_40711-500x214.jpg" alt="img_40711" width="500" height="214" /></a></p>
<p>The technical details are important to capture water droplets, but your captures won&#8217;t look like art unless you spend some time controlling the light. You can experiment with using gels over the flash, hard vs soft light, and different backgrounds or floor coverings to achieve different effects.</p>
<p>Although my setup may seem complicated, most of these components can be found for pretty cheap.</p>
<p><strong>Cameras</strong> &#8211; I used a Canon 20D and my friend used his Canon 40D to take the pictures. Any camera that you can externally trigger with a &#8220;bulb&#8221; setting should work for droplet photography.</p>
<p><strong>Flashes</strong> &#8211; Old, manual, strobes are perfect for this kind of photography. I use two Nikon strobes from the 90&#8217;s that I found locally for cheap.</p>
<p><strong>Umbrellas &#8211; </strong>You can get these for $10-15 a piece. But if you don&#8217;t want to buy umbrellas and stands you can use sheets of white paper to soften the light.</p>
<p><strong>Dropper &#8211; </strong>I used a dropper meant to dispense chemicals in a fish bowl. Straws work.. but only as a last resort.</p>
<p><strong>Paper/Backgrounds &#8211; </strong>I bought paper at Craft Warehouse.</p>
<p>Here are some pictures of the setup I used for most of the images on this page:</p>
<p><a href="http://www.esorensen.com/wp-content/uploads/2008/12/p1030326_1.jpg"><img class="alignnone size-medium wp-image-362" title="p1030326_1" src="http://www.esorensen.com/wp-content/uploads/2008/12/p1030326_1-375x500.jpg" alt="p1030326_1" width="375" height="500" /></a></p>
<p><!--more--><a href="http://www.esorensen.com/wp-content/uploads/2008/12/p1030319_1.jpg"><img class="alignnone size-medium wp-image-363" title="p1030319_1" src="http://www.esorensen.com/wp-content/uploads/2008/12/p1030319_1-500x375.jpg" alt="p1030319_1" width="500" height="375" /></a></p>
<p><a href="http://www.esorensen.com/wp-content/uploads/2008/12/img_1430.jpg"><img class="alignnone size-medium wp-image-364" title="img_1430" src="http://www.esorensen.com/wp-content/uploads/2008/12/img_1430-500x333.jpg" alt="img_1430" width="500" height="333" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esorensen.com/2008/12/22/high-speed-photography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>35mm Film on the Holga</title>
		<link>http://www.esorensen.com/2008/08/27/35mm-film-on-the-holga/</link>
		<comments>http://www.esorensen.com/2008/08/27/35mm-film-on-the-holga/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 01:39:05 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[35mm]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[holga]]></category>
		<category><![CDATA[panorama]]></category>

		<guid isPermaLink="false">http://www.esorensen.com/?p=16</guid>
		<description><![CDATA[I followed this guide to use 35mm film in my Holga.
Panoramic composition is difficult.
Taping up the camera is a pain.
The pictures are cool.

]]></description>
			<content:encoded><![CDATA[<p>I followed <a href="http://www.squarefrog.co.uk/holga-techniques-35mm.html">this guide</a> to use 35mm film in my Holga.</p>
<p>Panoramic composition is difficult.</p>
<p>Taping up the camera is a pain.</p>
<p>The pictures are cool.</p>
<p><a rel="attachment wp-att-199" href="http://www.esorensen.com/2008/10/05/howto-etch-your-own-circuit-board/portland022-2/"><img class="alignnone size-thumbnail wp-image-199" title="portland022" src="http://www.esorensen.com/wp-content/uploads/2008/12/portland022-150x150.jpg" alt="portland022" width="150" height="150" /></a><a rel="attachment wp-att-198" href="http://www.esorensen.com/2008/10/05/howto-etch-your-own-circuit-board/portland021-2/"><img class="alignnone size-thumbnail wp-image-198" title="portland021" src="http://www.esorensen.com/wp-content/uploads/2008/12/portland021-150x150.jpg" alt="portland021" width="150" height="150" /></a><a rel="attachment wp-att-197" href="http://www.esorensen.com/2008/10/05/howto-etch-your-own-circuit-board/portland020-2/"><img class="alignnone size-thumbnail wp-image-197" title="portland020" src="http://www.esorensen.com/wp-content/uploads/2008/12/portland020-150x150.jpg" alt="portland020" width="150" height="150" /></a><a rel="attachment wp-att-196" href="http://www.esorensen.com/2008/12/14/automatic-christmas-train/portland019-2/"><img class="alignnone size-thumbnail wp-image-196" title="portland019" src="http://www.esorensen.com/wp-content/uploads/2008/12/portland019-150x150.jpg" alt="portland019" width="150" height="150" /></a><a rel="attachment wp-att-195" href="http://www.esorensen.com/2008/12/14/automatic-christmas-train/seattle2/"><img class="alignnone size-thumbnail wp-image-195" title="seattle2" src="http://www.esorensen.com/wp-content/uploads/2008/12/seattle2-150x150.jpg" alt="seattle2" width="150" height="150" /></a><a rel="attachment wp-att-194" href="http://www.esorensen.com/2008/12/14/automatic-christmas-train/seattle1/"><img class="alignnone size-thumbnail wp-image-194" title="seattle1" src="http://www.esorensen.com/wp-content/uploads/2008/12/seattle1-150x150.jpg" alt="seattle1" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esorensen.com/2008/08/27/35mm-film-on-the-holga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Batch of Holga Film</title>
		<link>http://www.esorensen.com/2008/08/18/first-batch-of-holga-film/</link>
		<comments>http://www.esorensen.com/2008/08/18/first-batch-of-holga-film/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 00:02:23 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Lomography]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[holga photography film]]></category>

		<guid isPermaLink="false">http://www.esorensen.com/?p=3</guid>
		<description><![CDATA[I recently bought myself an Holga. This is my first time using a &#8220;toy camera&#8221; and so far I&#8217;ve had a lot of fun with it. You can expect some Holga pictures in my photo gallery soon.
Some pictures from my first roll:

]]></description>
			<content:encoded><![CDATA[<p>I recently bought myself an <a href="http://www.amazon.com/Holga-Medium-Format-Fixed-Camera/dp/B000AL8JKW/ref=pd_bbs_sr_1?ie=UTF8&amp;s=electronics&amp;qid=1219103280&amp;sr=8-1">Holga</a>. This is my first time using a &#8220;toy camera&#8221; and so far I&#8217;ve had a lot of fun with it. You can expect some Holga pictures in my photo gallery soon.</p>
<p>Some pictures from my first roll:</p>
<p><a rel="attachment wp-att-189" href="http://www.esorensen.com/2008/12/14/automatic-christmas-train/holga006-2/"><img class="alignnone size-thumbnail wp-image-189" title="holga006" src="http://www.esorensen.com/wp-content/uploads/2008/12/holga006-150x150.jpg" alt="holga006" width="150" height="150" /></a><a rel="attachment wp-att-188" href="http://www.esorensen.com/2008/12/14/automatic-christmas-train/holga002-2/"><img class="alignnone size-thumbnail wp-image-188" title="holga002" src="http://www.esorensen.com/wp-content/uploads/2008/12/holga002-150x150.jpg" alt="holga002" width="150" height="150" /></a><a rel="attachment wp-att-191" href="http://www.esorensen.com/2008/12/14/automatic-christmas-train/large_out011-2/"><img class="alignnone size-thumbnail wp-image-191" title="large_out011" src="http://www.esorensen.com/wp-content/uploads/2008/12/large_out011-150x150.jpg" alt="large_out011" width="150" height="150" /></a><a rel="attachment wp-att-190" href="http://www.esorensen.com/2008/12/14/automatic-christmas-train/large_out010/"><img class="alignnone size-thumbnail wp-image-190" title="large_out010" src="http://www.esorensen.com/wp-content/uploads/2008/12/large_out010-150x150.jpg" alt="large_out010" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esorensen.com/2008/08/18/first-batch-of-holga-film/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
