<?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>Points in Focus Photography &#187; Tips and Tricks</title>
	<atom:link href="http://www.pointsinfocus.com/learning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pointsinfocus.com</link>
	<description>Focusing on better photography</description>
	<lastBuildDate>Sun, 05 Feb 2012 02:25:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Canon EOS AF Adjust Frame Capture Script</title>
		<link>http://www.pointsinfocus.com/2012/01/canon-eos-af-adjust-frame-capture-script/</link>
		<comments>http://www.pointsinfocus.com/2012/01/canon-eos-af-adjust-frame-capture-script/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 01:00:53 +0000</pubDate>
		<dc:creator>V. J. Franke</dc:creator>
				<category><![CDATA[Cameras & Lenses]]></category>

		<guid isPermaLink="false">http://www.pointsinfocus.com/?p=7524</guid>
		<description><![CDATA[Some time back I wrote about doing AF Adjustments using Live View; at least in Canon&#8217;s EOS Utility while in live view mode you can manipulate the lens&#8217;s focus position using the AF control system in 3 step sizes from the finest the camera can make to something considerably larger. The key being that an [...]]]></description>
			<content:encoded><![CDATA[<p>Some time back I wrote about doing <a  title="Auto Focus Micro Adjustments Using Live View" href="http://www.pointsinfocus.com/2010/01/auto-focus-micro-adjustments-using-live-view/">AF Adjustments using Live View</a>; at least in Canon&#8217;s EOS Utility while in live view mode you can manipulate the lens&#8217;s focus position using the AF control system in 3 step sizes from the finest the camera can make to something considerably larger. The key being that an AF micro adjustment step is the same size as the smallest step the AF can be directed to make (1/8th of a depth of field).</p>
<p>At the time I wrote that article, there was also a tool available from Helicon focus that would do the same thing automatically and then use a contrast detection algorithm to determine whether the image was maximally sharp (i.e. dead on in focus). Unfortunately they seem to have removed that feature from their software.</p>
<p>Likewise, a new app has shown up on the scene <a  href="http://www.reikan.co.uk/focal/index.html">Reikan&#8217;s FoCal</a>. FoCal seems to be doing the same thing that Helicon Focus&#8217;s software did, though it seems to do it using a special target. Do note, as of the writing of this I haven&#8217;t actually tested FoCal.</p>
<p>I&#8217;m not one to get in the way of other people&#8217;s businesses, but with the economy and my business the way it is, I have more spare time than spare change; if I can work out a solution that costs me time and not money well that&#8217;s what I&#8217;m going to do. Which brings me to this post.</p>
<h2 id="toc-theory">Theory</h2>
<p>The traditional AF calibration process goes something like this:</p>
<ol>
<li>Set up target</li>
<li>Align camera</li>
<li>Manually focus to infinity</li>
<li>AF on the target take an image</li>
<li>dig through menus to get the the AF settings, change the setting slightly</li>
<li>repeat 3-5 until you&#8217;ve either covered all the necessary adjustments or until you find one that works best</li>
</ol>
<p>However, the AF micro adjusts are essentially just saying to the camera, &#8220;when you think it&#8217;s in focus, move the lens x steps more&#8221;. The whole refocus to infinity and repeat is largely a product of not being able to simply command the AF system to move in small steps from the camera, which is what the live view solution does.</p>
<p>The unassisted live view method is a slight improvement over the unassisted method, in that the live view method only requires one manual focus and AF operation, but requires you to manually advance the focus in EOS Utility (or whatever camera control software you use) and keep track of the number of times you click the button.</p>
<h2 id="toc-automating-live-view-capture">Automating Live View Capture</h2>
<p>My fist thought was, hey I&#8217;m not a useless programmer, I can grab the SDK from Canon and just write up a nice little C# app that does all the camera control stuff for me. Then I realized that the Canon SLR SDK is written in C not C# so instead of just getting down to business, I would have to write a wrapper then write the app. Okay scratch that idea.</p>
<p>Then I remembered <a  href="http://www.autohotkey.com/">AutoHotKey</a>. AutoHotKey is a generic macro program that mimics keyboard and mouse inputs following a script. If it sounds familiar to readers of this site, it&#8217;s what I used to work around rather annoying problem I was having with my <a  title="Fixing Frozen Wacom Tablets in Windows" href="http://www.pointsinfocus.com/2010/08/fixing-frozen-wacom-tablets-in-windows/">Wacom tablet drivers crashing</a>. While AutoHotKey can&#8217;t do any form of image analysis, it could at least remove the work in capturing the images, and that&#8217;s enough for me for now.</p>
<h2 id="toc-caveats-and-prerequisites">Caveats and Prerequisites</h2>
<p>There are a couple of caveats with this whole solution.</p>
<ol>
<li>It only works with Canon cameras, specifically those with Live View.</li>
<li>You must have Canon&#8217;s EOS Utility installed.</li>
<li>You need <a  href="http://www.autohotkey.com/download/">AutoHotKey_L installed</a> (tested with version 1.1.05.06).</li>
<li>You can&#8217;t do anything else while the process is running.</li>
</ol>
<p>The first 3 are pretty straight forward; number 4 is a gotcha. Because this script emulates keyboard and mouse actions, if you start using the keyboard and mouse while the script is running it won&#8217;t be able to send the right actions to the right program. I&#8217;ve tried to make it as fool proof as possible, but there&#8217;s only so much I can do with these tools. As it stands it shouldn&#8217;t take more than about 2-6 minutes depending on whether you run the fine or course capture process.</p>
<p>Also while you can&#8217;t calibrate those cameras with Live View but without AF Micro-adjusts (like the EOS 40D, or the newer Rebels) you can generate the image stack to see if they are focusing correctly.</p>
<h2 id="toc-procedure">Procedure</h2>
<div class="alignright" style="width:300px">
<div class=" cbox cbox_download" >
<div class="cbox_icon"></div>
<div class="cbox_text">
<h3 id="toc-download">Download</h3>
<p><a  href="http://static1.pointsinfocus.com/2012/01/canon-eos-af-adjust-frame-capture-script/EOS-Utility-AF-Test-Automation.zip">AF Test Image AutoHotKey script v1.0</a></p>
</div>
</div>
</div>
<p>After insuring you meet the prerequisites and having the software installed, download the Zip file from the link in the box to the right, and extract it somewhere you can get to (like your desktop). Then follow the steps for building the image stack.</p>
<ol>
<li>Connect the camera to your computer via the USB cable.</li>
<li>Setup and align your camera and autofocus target as you normally would.</li>
<li>Set the camera to manual exposure mode.</li>
<li>If testing a zoom lens, zoom to the most common focal length you use, alternatively you can repeat the procedure for various focal lengths and use the micro-adjust that best matches all the focal lengths.</li>
<li>Set the aperture to it&#8217;s widest setting (i.e. f/2.8 on an f/2.8 lens)</li>
<li>Set the ISO to 100</li>
<li>Adjust the exposure using the shutter speed so that the camera meters correctly (I usually meter at +1/3 to +2/3rds given my environment tends to be on average lighter than 18% gray.</li>
<li>Start Canon&#8217;s EOS Utility</li>
<li>Make sure that EOS Utility has brought up the remove control panel and is communicating with the camera.</li>
<li>Double click on the AF Test.ahk script you extracted from the zip file.</li>
<li>Follow the onscreen prompts from the script.</li>
<li>When everything is done, the script will automatically close the EOS Utility live view window and display a notice that capture is complete.</li>
</ol>
<p>Again, while the capture is running it&#8217;s important that you don&#8217;t try and do something else on the computer.</p>
<p>The output of the capture will be stored in the director you&#8217;ve configured EOS Utility to save images to. The first image will be the one made to set the AF system, you can delete this if you wish, it&#8217;s extraneous. The remaining 11 or 41 images are the focus stacks.</p>
<p>If you chose to use the course steps, you&#8217;ll have 11 files that correspond in order to micro adjust settings of -20, -16, -12, -8, -4, 0, 4, 8 12, 16, and 20. If you chose fine you&#8217;ll have 41 images corresponding to -20 to +20 in 1 step increments.</p>
<h2 id="toc-interpreting-the-results">Interpreting the Results</h2>
<p>The easiest way to interpret the results is to load the images into your favorite RAW viewer and page though the images. The one that looks most &#8220;on&#8221; will be the image that you want to make note of. You just have to count what image that is and convert that to the correct AF micro-adjust step. You can use the tables below to convert the image&#8217;s sequence number to an AF Adjust. (Note, this assumes you don&#8217;t count or deleted the first image taken.)</p>
<div class="cf">
<div class=" alignleft ccol_12" >
<h3 id="toc-fine-test-sequence">Fine Test Sequence</h3>
<table style="width: 256px;" border="0" cellspacing="0" cellpadding="0">
<thead>
<tr>
<td style="text-align: center;" width="64" height="20">Image is # in sequence</td>
<td style="text-align: center;" width="64">AF Adjust</td>
<td style="text-align: center;" width="64">Image is # in sequence</td>
<td style="text-align: center;" width="64">AF Adjust</td>
</tr>
</thead>
<colgroup>
<col span="4" width="64" /> </colgroup>
<tbody>
<tr>
<td style="text-align: center;" align="right" height="20">1</td>
<td style="text-align: center;" align="right">-20</td>
<td style="text-align: center;" align="right">21</td>
<td style="text-align: center;" align="right">0</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">2</td>
<td style="text-align: center;" align="right">-19</td>
<td style="text-align: center;" align="right">22</td>
<td style="text-align: center;" align="right">1</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">3</td>
<td style="text-align: center;" align="right">-18</td>
<td style="text-align: center;" align="right">23</td>
<td style="text-align: center;" align="right">2</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">4</td>
<td style="text-align: center;" align="right">-17</td>
<td style="text-align: center;" align="right">24</td>
<td style="text-align: center;" align="right">3</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">5</td>
<td style="text-align: center;" align="right">-16</td>
<td style="text-align: center;" align="right">25</td>
<td style="text-align: center;" align="right">4</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">6</td>
<td style="text-align: center;" align="right">-15</td>
<td style="text-align: center;" align="right">26</td>
<td style="text-align: center;" align="right">5</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">7</td>
<td style="text-align: center;" align="right">-14</td>
<td style="text-align: center;" align="right">27</td>
<td style="text-align: center;" align="right">6</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">8</td>
<td style="text-align: center;" align="right">-13</td>
<td style="text-align: center;" align="right">28</td>
<td style="text-align: center;" align="right">7</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">9</td>
<td style="text-align: center;" align="right">-12</td>
<td style="text-align: center;" align="right">29</td>
<td style="text-align: center;" align="right">8</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">10</td>
<td style="text-align: center;" align="right">-11</td>
<td style="text-align: center;" align="right">30</td>
<td style="text-align: center;" align="right">9</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">11</td>
<td style="text-align: center;" align="right">-10</td>
<td style="text-align: center;" align="right">31</td>
<td style="text-align: center;" align="right">10</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">12</td>
<td style="text-align: center;" align="right">-9</td>
<td style="text-align: center;" align="right">32</td>
<td style="text-align: center;" align="right">11</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">13</td>
<td style="text-align: center;" align="right">-8</td>
<td style="text-align: center;" align="right">33</td>
<td style="text-align: center;" align="right">12</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">14</td>
<td style="text-align: center;" align="right">-7</td>
<td style="text-align: center;" align="right">34</td>
<td style="text-align: center;" align="right">13</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">15</td>
<td style="text-align: center;" align="right">-6</td>
<td style="text-align: center;" align="right">35</td>
<td style="text-align: center;" align="right">14</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">16</td>
<td style="text-align: center;" align="right">-5</td>
<td style="text-align: center;" align="right">36</td>
<td style="text-align: center;" align="right">15</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">17</td>
<td style="text-align: center;" align="right">-4</td>
<td style="text-align: center;" align="right">37</td>
<td style="text-align: center;" align="right">16</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">18</td>
<td style="text-align: center;" align="right">-3</td>
<td style="text-align: center;" align="right">38</td>
<td style="text-align: center;" align="right">17</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">19</td>
<td style="text-align: center;" align="right">-2</td>
<td style="text-align: center;" align="right">39</td>
<td style="text-align: center;" align="right">18</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">20</td>
<td style="text-align: center;" align="right">-1</td>
<td style="text-align: center;" align="right">40</td>
<td style="text-align: center;" align="right">19</td>
</tr>
<tr>
<td style="text-align: center;" height="20"></td>
<td style="text-align: center;"></td>
<td style="text-align: center;" align="right">41</td>
<td style="text-align: center;" align="right">20</td>
</tr>
</tbody>
</table>
</div>
<div class=" alignleft ccol_12" >
<h3 id="toc-coarse-test-sequence">Coarse Test Sequence</h3>
<table style="width: 128px;" border="0" cellspacing="0" cellpadding="0">
<thead>
<tr>
<td style="text-align: center;" width="64" height="20">Image is # in sequence</td>
<td style="text-align: center;" width="64">AF Adjust</td>
</tr>
</thead>
<colgroup>
<col span="2" width="64" /> </colgroup>
<tbody>
<tr>
<td style="text-align: center;" align="right" height="20">1</td>
<td style="text-align: center;" align="right">-20</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">2</td>
<td style="text-align: center;" align="right">-16</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">3</td>
<td style="text-align: center;" align="right">-12</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">4</td>
<td style="text-align: center;" align="right">-8</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">5</td>
<td style="text-align: center;" align="right">-4</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">6</td>
<td style="text-align: center;" align="right">0</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">7</td>
<td style="text-align: center;" align="right">4</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">8</td>
<td style="text-align: center;" align="right">8</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">9</td>
<td style="text-align: center;" align="right">12</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">10</td>
<td style="text-align: center;" align="right">16</td>
</tr>
<tr>
<td style="text-align: center;" align="right" height="20">11</td>
<td style="text-align: center;" align="right">20</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>After dialing in the AF adjust, take a few manual test images to insure that it is correct. Again, due to the way this script works, it&#8217;s possible that a command may not be relayed properly for any number of uncontrollable reasons.</p>
<p>As always, if you find a bug, please leave a comment here, or email the contact address in the script, and I&#8217;ll try and address it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointsinfocus.com/2012/01/canon-eos-af-adjust-frame-capture-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compositing Firework Photos</title>
		<link>http://www.pointsinfocus.com/2011/12/compositing-firework-photos/</link>
		<comments>http://www.pointsinfocus.com/2011/12/compositing-firework-photos/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 21:36:18 +0000</pubDate>
		<dc:creator>V. J. Franke</dc:creator>
				<category><![CDATA[Digital Darkroom]]></category>
		<category><![CDATA[compositing]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.pointsinfocus.com/?p=7351</guid>
		<description><![CDATA[Like almost anything, there are dozens of ways to go about getting the “perfect” fireworks photograph. For example, some photographers will shoot in bulb and use a black card to cover the lens until the burst they want to capture. I’ve tried, and quite honestly without a lot of familiarity with the presentation I don’t [...]]]></description>
			<content:encoded><![CDATA[<p>Like almost anything, there are dozens of ways to go about getting the “perfect” fireworks photograph. For example, some photographers will shoot in bulb and use a black card to cover the lens until the burst they want to capture. I’ve tried, and quite honestly without a lot of familiarity with the presentation I don’t find this works well for me.</p>
<p>Instead what I’ve found works best is to shoot shorter exposures of each of the various elements, then composite them together in Photoshop.</p>
<h2 id="toc-shooting-the-display">Shooting the Display</h2>
<p>In my experience, there’s no trick to in shooting a fireworks presentation. In general:</p>
<ul>
<li>Use a Tripod</li>
<li>Use a cable release</li>
<li>Set the camera to the lowest ISO, 100 or 200</li>
<li>Use an aperture between f/8 and f/22 depending</li>
</ul>
<p>The only real trick is balancing the aperture and exposure time, with the brightness of the actual fireworks. This is something that usually takes me the first couple of frames to get right.</p>
<p>Too wide of an aperture and bright fireworks, or most if they’re near buy, will blow out. Additionally, it will make any smoke illuminated by the fireworks brighter; which, in my opinion, is undesirable. Too narrow of an aperture and the dimmer, usually blue, fireworks will not reproduce well.</p>
<p>Usually it takes me a couple of shots to get the exact settings dialed in, which is usually okay when you consider  that the first couple of bursts typically aren’t the meat of the show.</p>
<p>The other major consideration is if you’re trying to expose for a foreground element, like a building. In which case your range of viable exposure values is considerably more limited. Then again, if you composite the shot like I do, you can make a proper exposure for the foreground before or after the display and just composite it in.</p>
<h2 id="toc-processing">Processing</h2>
<p>My workflow starts by bringing the images I shot into Lightroom. I’ll make minor exposure tweaks, usually bringing the blacks up to remove sky glow from the horizon. At this point it’s less than ideal to make too many changes in develop, though it’s possible some additional changes will be necessary before the image is complete, many things can be fixed up in Photoshop without serious issues.</p>
<p>After I’ve made my minor corrections and decided on the images I want to composite, it’s time to start the compositing.</p>
<ol>
<li>Using control (command) select the images in the grid that you want to composite.</li>
<li>Right click on one of the images and select Edit In→Open as Layers in Photoshop<br />
<a  href="http://static1.pointsinfocus.com/2011/12/compositing-firework-photos/edit-in.jpg" rel="lightbox[7351]"><img class="size-thumbnail wp-image-7355 aligncenter" title="edit-in" src="http://static1.pointsinfocus.com/2011/12/compositing-firework-photos/edit-in-320x296.jpg" alt="Lightroom Edit as Layers in Photoshop" width="320" height="296" /></a></li>
<li>Set up the base layer
<ol>
<li>For an image with a background/foreground,</li>
<ol>
<li>Move the best exposed background/foreground image to the bottom most layer</li>
</ol>
<li>For an image with no background/foreground</li>
<ol>
<li>Make a new layer</li>
<li>Fill it black</li>
<li>Place it as the lower most layer in the document.</li>
</ol>
</ol>
</li>
<li>Set the upper firework layers’ blend modes to screen.</li>
</ol>
<p>At this point, if smoke wasn’t too bad to start with, or minimizing it isn’t desirable, you’re pretty much done.</p>
<p>However, in my experience there’s usually quite a bit of smoke that needs to be removed, or at least reduced. This is especially true on calm days or for demonstrations that have a large proportion of low-level material.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/12/compositing-firework-photos/blend-modes.jpg" rel="lightbox[7351]"><img class="aligncenter size-medium wp-image-7356" title="blend-modes" src="http://static1.pointsinfocus.com/2011/12/compositing-firework-photos/blend-modes-480x345.jpg" alt="" width="480" height="345" /></a></p>
<p>In this case, I’ve found the easiest way to do that is to adjust the layers blend mode, specifically the black side of the “This layer” slider.</p>
<p>The finished results, with and without the added step to reducing the smoke in the scene.</p>
<table class="aligncenter" style="border: 0pt none;">
<tbody>
<tr>
<td><a  href="http://static1.pointsinfocus.com/2011/12/compositing-firework-photos/fireworks-smoke.jpg" rel="lightbox[7351]"><img class="size-medium wp-image-7357" title="fireworks-smoke" src="http://static1.pointsinfocus.com/2011/12/compositing-firework-photos/fireworks-smoke-384x480.jpg" alt="" width="307" height="384" /></a></td>
<td><a  href="http://static1.pointsinfocus.com/2011/12/epcot-after-dark-illuminations-2/EPCOT-After-Dark-Illuminations-Fireworks.jpg" rel="lightbox[7351]"><img class="size-medium wp-image-7339" title="EPCOT After Dark: Illuminations Fireworks" src="http://static1.pointsinfocus.com/2011/12/epcot-after-dark-illuminations-2/EPCOT-After-Dark-Illuminations-Fireworks-384x480.jpg" alt="" width="307" height="384" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.pointsinfocus.com/2011/12/compositing-firework-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus Stacking in Photoshop and Lightroom</title>
		<link>http://www.pointsinfocus.com/2011/05/focus-stacking-in-photoshop-and-lightroom/</link>
		<comments>http://www.pointsinfocus.com/2011/05/focus-stacking-in-photoshop-and-lightroom/#comments</comments>
		<pubDate>Thu, 19 May 2011 18:01:56 +0000</pubDate>
		<dc:creator>V. J. Franke</dc:creator>
				<category><![CDATA[Digital Darkroom]]></category>
		<category><![CDATA[depth of field]]></category>
		<category><![CDATA[focus stacking]]></category>
		<category><![CDATA[post processing]]></category>

		<guid isPermaLink="false">http://www.pointsinfocus.com/?p=6310</guid>
		<description><![CDATA[Photoshop since CS4 has had focus stacking built in? Who knew? Apparently, not me, that&#8217;s for sure. That’s not to say that I didn’t know about focus stacking. I’ve played with the product Helicon Focus, and while I didn’t ultimately find it worth the money based on my needs, it does have some nifty features. [...]]]></description>
			<content:encoded><![CDATA[<p>Photoshop since CS4 has had focus stacking built in?</p>
<p>Who knew?</p>
<p>Apparently, not me, that&#8217;s for sure.</p>
<p>That’s not to say that I didn’t know about focus stacking. I’ve played with the product Helicon Focus, and while I didn’t ultimately find it worth the money based on my needs, it does have some nifty features. Nevertheless, that’s not what this is about…</p>
<h2 id="toc-why-choose-focus-stacking-over-stopping-down">Why Choose focus stacking over stopping down?</h2>
<p>Three reasons:</p>
<ul>
<li>More depth of field than you can get even when stopped down as far as the lens will go.</li>
<li>More control over bokeh than you can get by stopping down.</li>
<li>More depth of field without giving up optimal sharpness.</li>
</ul>
<p>The first case is the typical case presented for using focus stacking. The you’re stopped down to f/22 but you still don’t have enough depth of field for the shot. Typically, this is combined with macro photography, where depth of field, even at tiny apertures, is incredibly shallow.</p>
<p>The real interesting case, for me, is the second one. This is the case the partially replaces the need for a tilt shift lens, but lets you keep smooth out of focus backgrounds where you want them.</p>
<p>While most people think of depth of field as how much will be in focus, you can also think of it as controlling how fast something will become out of focus as the distance between it and the point of focus increases, and simultaneously controlling how out of focus something will be.</p>
<p>I think the photos below demonstrate this quite nicely. The objective, as far as I’m concerned, is to get a completely in focus flower on as clean of a background as possible.</p>
<p style="text-align: center;"><a  href="http://static1.pointsinfocus.com/2011/05/focus-stacking-in-photoshop-and-lightroom/Flowers-at-f-16.jpg" rel="lightbox[6310]"><img class="aligncenter size-large wp-image-6314" title="Flowers at f/16" src="http://static1.pointsinfocus.com/2011/05/focus-stacking-in-photoshop-and-lightroom/Flowers-at-f-16-640x426.jpg" alt="" width="640" height="426" /></a></p>
<p>Shooting at f/16 yields enough depth of field to get the flower completely in focus, but the background becomes extremely busy and distracting.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/05/focus-stacking-in-photoshop-and-lightroom/Flowers-at-f-2.8.jpg" rel="lightbox[6310]"><img class="aligncenter size-large wp-image-6313" title="Flowers at f/2.8" src="http://static1.pointsinfocus.com/2011/05/focus-stacking-in-photoshop-and-lightroom/Flowers-at-f-2.8-640x426.jpg" alt="" width="640" height="426" /></a></p>
<p>Conversely, shooting at f/2.8 the background has been cleaned up, but there isn’t enough depth of field to get the whole flower in focus.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/05/focus-stacking-in-photoshop-and-lightroom/Flowers-stacked-at-f-2.8.jpg" rel="lightbox[6310]"><img class="aligncenter size-large wp-image-6315" title="Flowers stacked at f/2.8" src="http://static1.pointsinfocus.com/2011/05/focus-stacking-in-photoshop-and-lightroom/Flowers-stacked-at-f-2.8-640x421.jpg" alt="" width="640" height="421" /></a></p>
<p>Combining multiple images shot at f/2.8 with slightly shifted focus points, however, has the effect of increasing the depth of field on the subject while simultaneously keeping the bokeh quality of a fast aperture shot.</p>
<h2 id="toc-problems-with-focus-stacking">Problems with Focus Stacking</h2>
<p>Like everything in photography, focus stacking is a tool that can help in some situations and may not work at all in others. It’s simply not the end-all be-all solution to depth of field problems.</p>
<p>Much like stitched panoramas, the stacked images are brief snaps in time taken over a much longer time than even a single stopped down exposure. As a result, moving subjects can be repeated, broken, or the whole process may not be possible. Ultimately, this means that like stitched panoramas, focus stacking is inherently limited by the subject.</p>
<p>Additionally focus stacking costs some resolution. This is due to the need to align and correct images slightly to account for the shifts in position. In fact, these shifts are completely unavoidable; as shifting, the focus will slightly alter the subject’s magnificent. How much resolution is lost depends on the image, the lens used, and whether the background is conducive to repair or extension in post processing.</p>
<p>For example, the images in this article were shot with a Sigma 150mm f/2.8 macro lens on a Canon EOS-1D Mark 3. After alignment and cropping, the 10.1 MP source images ended up producing a 8.9 MP file.</p>
<p>The final consideration is that if you’re doing this in the field, there’s no way to automate the image collection with current SLRs.</p>
<h2 id="toc-the-30s-tutorial-for-lightroom-and-photoshop-users">The 30s Tutorial for Lightroom and Photoshop Users</h2>
<p>After importing your images into Lightroom, select the images that you want to stack, <strong>right click one of them, and select “Open as Layers in Photoshop…”</strong></p>
<p>Once the images have been loaded into Photoshop there are 2 steps. First select all the layers and click <strong>Edit -&gt; “Auto-Align Layers…”</strong> when the Auto-Align Layers dialog box comes up you make sure that <strong>Geometric Distortion is checked</strong>. Click OK and let PS do its thing.</p>
<p>After PS has aligned the layers, go to the Edit menu and pick <strong>“Auto-Blend Layers…”</strong> This will bring up the layer blend dialog, which has all of 3 options, create a panorama, stack images, and a check box for seamless tones and colors. Since this is a stack, we want Stack images. Additionally, it’s probably a good idea to keep the “Seamless Tones and Colors” option checked, as that will correct any minor issues in color variations between the stacked images. Again, click OK, and let Photoshop do its thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointsinfocus.com/2011/05/focus-stacking-in-photoshop-and-lightroom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Hand Holding Rule of Thumb for Digital Cameras</title>
		<link>http://www.pointsinfocus.com/2011/05/hand-holding-rule-for-digital-cameras/</link>
		<comments>http://www.pointsinfocus.com/2011/05/hand-holding-rule-for-digital-cameras/#comments</comments>
		<pubDate>Tue, 03 May 2011 01:29:05 +0000</pubDate>
		<dc:creator>V. J. Franke</dc:creator>
				<category><![CDATA[Cameras & Lenses]]></category>
		<category><![CDATA[camera shake]]></category>
		<category><![CDATA[crop sensor]]></category>
		<category><![CDATA[digital cameras]]></category>
		<category><![CDATA[digital photography]]></category>
		<category><![CDATA[digital photography tutorial]]></category>
		<category><![CDATA[hand holding]]></category>
		<category><![CDATA[photography rules]]></category>
		<category><![CDATA[rules of thumb]]></category>

		<guid isPermaLink="false">http://www.pointsinfocus.com/?p=6196</guid>
		<description><![CDATA[If you’ve ever read any introductory material on photography, you’ve probably seen the hand holding rule of thumb. The rule of thumb suggests that to avoid camera shake, the shutter speed should be at least 1/focal length of the lens or faster. So for example, if you’re using a 100mm lens, you need a shutter [...]]]></description>
			<content:encoded><![CDATA[<p>If you’ve ever read any introductory material on photography, you’ve probably seen the hand holding rule of thumb. The rule of thumb suggests that to avoid camera shake, the shutter speed should be at least 1/focal length of the lens or faster. So for example, if you’re using a 100mm lens, you need a shutter speed of 1/100<sup>th </sup>or faster.</p>
<p>The catch, if you want to call it that, is that the rule only applies to 35mm film, and by extension full frame or FX digital. For crop cameras, the rule’s shutter speed will be too slow. Instead, you need to use the 35mm equivalent focal length. Unfortunately, that also means doing rather complicated math in your head while shooting. If you ask me, that’s not an ideal situation.</p>
<h2 id="toc-doubling-the-focal-length">Doubling the Focal Length</h2>
<p>One solution is to simply double the focal length. Doing this will result in a safe shutter speed for every major brand of SLR from Canon’s APS-H sensors at 1.3x crop to Olympus’s Micro-4/3rds sensors at 2x. It has to main advantages:</p>
<ol>
<li>It makes the math easier. Doubling a number is a lot easier than trying to multiply by 1.5 or 1.6.</li>
<li>It builds in some extra cushion for most cameras, making camera shake even less likely.</li>
</ol>
<p>On one hand, it’s safe. Since, in all cases but micro-4/3rds, the shutter speeds are higher than needed as prescribed by the rule there’s even less of a chance for camera shake to be an issue.</p>
<p>However, you’re giving up precious shutter speeds for the sake of “safety”. This is doubly the case if you know from experience you’re stable enough to shoot at or slightly below the suggested speed.</p>
<p>This brings me to when we really care about the hand holding rule of thumb. Let’s be honest, it’s not when we’re metering 1/500<sup>th</sup> with a 50mm lens. It’s those cases where we’re trying to get every bit of shutter speed in the dark and still have a sharp picture. In these situations loosing 1/3 to 2/3rds of a stop using an overly save calculation can be a problem.</p>
<p>There is a tidy solution though…</p>
<h2 id="toc-use-the-camera-as-a-calculator">Use the Camera as a Calculator</h2>
<p>Due to an amazing twist of luck, there’s a way to use the camera as a calculator and get numbers that are far more accurate without doing any math at all. The trick works because sensor sizes correspond very closely to fractional-stop exposure increments. Whether that was a consideration when the camera companies were picking sensor sizes, I don’t know, but it’s certainly very useful.</p>
<p>By dialing in exposure compensation to adjust the meter exposure, you can quickly see if the meter exposure is fast enough to meet the suggested rule of thumb.</p>
<p>Here are the adjustments:</p>
<table class="aligncenter" border="0">
<thead>
<tr>
<td>Camera / Format</td>
<td>Crop Factor</td>
<td>Adjustment</td>
</tr>
</thead>
<tbody>
<tr>
<td>Canon APS-H (i.e EOS-1D)</td>
<td>1.3x</td>
<td>1/3-stop</td>
</tr>
<tr>
<td>Canon APS-C (i.e. Rebels/60D/7D)</td>
<td>1.6x</td>
<td>2/3-stop</td>
</tr>
<tr>
<td>Nikon, Pentax, and Sony Crop bodies</td>
<td>1.5x</td>
<td>1/2-stop (or 2/3rds stop)</td>
</tr>
<tr>
<td>4/3rds and micro-4/3rds cameras</td>
<td>2x</td>
<td>1-stop</td>
</tr>
</tbody>
</table>
<p>Working this way you can quickly check when you’re in the danger zone, without spending a lot of time trying to figure out what the exact numbers are. Even better, it becomes second nature to do it in your head, once you become familiar with 1/3<sup>rd</sup> stop shutter speed steps between say 1/30<sup>th</sup> and 1/250<sup>th</sup> and you’re not memorizing anything that isn’t generally applicable anyway.</p>
<h3 id="toc-putting-it-into-practice">Putting it into practice:</h3>
<ol>
<li>Meter the scene.</li>
<li>Dial in negative exposure compensation from the list above.</li>
<li>Read the shutter speed listed:
<ol>
<li>If the shutter speed is faster than the focal length, you’re good.</li>
<li>If not you’re in shaky image country.</li>
</ol>
</li>
</ol>
<p>That’s it, no math, no multiplying, and no memorizing equivalent focal lengths.</p>
<p>For example, suppose you’re using an EOS-1D and have a 85mm lens on it. Looking though the viewfinder and you see the metered shutter speed is 1/100<sup>th</sup>. One click of negative exposure compensation and the camera meters 1/80<sup>th </sup>now. 1/80<sup>th</sup> is right on the line and I know from experience not quite enough for me to be comfortable assuming the image will be shake free.</p>
<p>As another example, suppose you’re using a 7D with a 24mm lens and the meter is showing a 1/40<sup>th</sup> shutter speed. Since it’s an APS-C (1.5/1.6 crop) camera, dial in -2/3rds or 2 clicks on the rear dial. The meter will show 1/25<sup>th</sup>, which larger than 24, so you’re good shake wise, if only just.</p>
<p>The nicest part of this technique to me, though, is that it doesn’t require doing mental math or trying to memorize something that isn’t generally applicable (i.e. 35mm equivalent focal lengths). Shutter speeds are something that you either can see in the viewfinder, or will eventually memorize simply though experience using and seeing them. Once you’re familiar with the shutter speed steps, it’s possible to check yourself without even adjusting the camera’s settings and do so intuitively.</p>
<p>Finally, this technique is applicable as long as you can translate a crop factor into fractional stops. For example, if you ever find yourself shooting medium format, you can take the rule with you, using +2/3rds for 645-format (~1.6x larger frame than 35mm/FX digital) to the same effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointsinfocus.com/2011/05/hand-holding-rule-for-digital-cameras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Scrim</title>
		<link>http://www.pointsinfocus.com/2011/04/diy-scrim/</link>
		<comments>http://www.pointsinfocus.com/2011/04/diy-scrim/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 17:48:59 +0000</pubDate>
		<dc:creator>V. J. Franke</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[do it yourself]]></category>
		<category><![CDATA[light modifiers]]></category>
		<category><![CDATA[Scrim]]></category>

		<guid isPermaLink="false">http://www.pointsinfocus.com/?p=6171</guid>
		<description><![CDATA[Design and build yourself a scrim. Why a scrim? Put simply, it's a highly versatile light modifier that costs pennies to make.]]></description>
			<content:encoded><![CDATA[<p>What is a scrim and why should you have one?</p>
<p>Simple put a scrim is a sheet of diffusing material stretched over a frame. Simple enough; however, it’s one of the most versatile light modifiers you can have. Better yet, when it comes to bang for your buck, you can build one for less than $20 and about 30 minutes.</p>
<h2 id="toc-scrim-material">Scrim Material</h2>
<p>Good scrim material should be translucent fabric or plastic that is of a uniform density. Commercial scrims typically use lightweight white rip-stop nylon or some similar material. Rip-stop Nylon can be had from most fabric stores in 58-60” widths and as long as you need, though compared to other options at $5-10 per yard, it’s not the cheapest solution.</p>
<p>A cheaper alternative, at least if the scrim needn’t be larger than about 70&#215;70 inches is a while shower curtain liner. A 70&#215;70 inch white shower curtain liner can be had for $5-10 depending on where you buy it, which is big enough for most DIY scrim needs.</p>
<p>The largest shower curtain liners I&#8217;ve been able to find are 108-inches wide. It&#8217;s also should be possible to get 108-inch width bolts of rip-stop nylon some places (though I&#8217;ve not haven&#8217;t had any luck or need for it yet). A 108-inch wide bolt of rip-stop would give you the ability to build a scrim 9-feet by however long you needed. However for a scrim that size, neither the 3/4-inch PVC used here or the simple design will likely work.</p>
<h2 id="toc-the-frame">The Frame</h2>
<p style="height: 0px; padding: 0px; margin: 0px;"><a  href="http://static1.pointsinfocus.com/2011/04/diy-scrim/Scrim-parts.jpg" rel="lightbox[6171]"><img class="alignright size-thumbnail wp-image-6190" title="Scrim parts" src="http://static1.pointsinfocus.com/2011/04/diy-scrim/Scrim-parts-320x213.jpg" alt="" width="320" height="213" /></a></p>
<h3 id="toc-parts-list">Parts List</h3>
<ul>
<li>2-3          10 foot stick of 3/4 inch schedule 40 PVC pipes</li>
<li>1             10 foot stick of 3/4” class 200 PVC pipe (clips)</li>
<li>6-            3/4 inch 90° elbows</li>
<li>2-            3/4 inch Tees</li>
<li>2-            3/4 inch couplings</li>
</ul>
<h3 id="toc-tools-materials">Tools &amp; Materials</h3>
<ul>
<li>Hacksaw or PVC Pipe Cutter (<a  href="http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Daps&#038;field-keywords=pvc%20pipe%20cutter">Order one from Amazon.com</a>)</li>
<li>PVC Cement (Save a couple buys, buy it from <a  href="http://www.amazon.com/dp/B003KNYC62/?tag=poiinfoc-20">Amazon.com</a>)</li>
<li>Heavy duty scissors (to cut the clips)</li>
</ul>
<h3 id="toc-design">Design</h3>
<p>The overall dimensions for the scrim frame are set by the size of the material available minus 2 inches for clipping area. For example, a 70 x 70 inch shower curtain liner would limit the frame size to 68 x 68 inches.</p>
<p>The overall frame design with dimensions  needed to cut the main tubes is shown below. All 4 tubes that make up matching sides  are cut to the same length.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/04/diy-scrim/scrim-frame-dimensions.png" rel="lightbox[6171]"><img class="aligncenter size-medium wp-image-6172" title="scrim-frame-dimensions" src="http://static1.pointsinfocus.com/2011/04/diy-scrim/scrim-frame-dimensions-381x480.png" alt="" width="381" height="480" /></a></p>
<p>The dimensions W and H are 2 inches smaller than the scrim material used. Following the example of a 70&#215;70 inch fabric, the 68&#215;68 inch frame would have the top and bottom pipes cut to 32-1/2 inches, and the left and right pipes cut to 33 inches.</p>
<p>I partially glued my scrim frame together in order to reduce the risk of losing pieces and to add some rigidity. The diagram below shows how I glued my frame together. The couplings on the side rails allow the overall collapsed length to be kept under 3 feet.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/04/diy-scrim/scrim-glue-std.png" rel="lightbox[6171]"><img class="aligncenter size-medium wp-image-6173" title="scrim-glue-std" src="http://static1.pointsinfocus.com/2011/04/diy-scrim/scrim-glue-std-398x480.png" alt="" width="398" height="480" /></a></p>
<p>If instead, you elect to use a single pipe for the sides, you’ll want to follow the alternative gluing plan show below. In all cases, aligning multiple elbows on the same pipe section should be avoided due to the difficulty of doing so before the PVC cement permanently bonds the parts.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/04/diy-scrim/scrim-glue-simple.png" rel="lightbox[6171]"><img class="aligncenter size-medium wp-image-6174" title="scrim-glue-simple" src="http://static1.pointsinfocus.com/2011/04/diy-scrim/scrim-glue-simple-375x480.png" alt="" width="375" height="480" /></a></p>
<p>The final two pieces are the “stand adapters”. These fit into the Tees on the short side and add two bits of functionality.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/04/diy-scrim/frame-stand.png" rel="lightbox[6171]"><img class="aligncenter size-full wp-image-6175" title="frame-stand" src="http://static1.pointsinfocus.com/2011/04/diy-scrim/frame-stand.png" alt="" width="263" height="450" /></a></p>
<p>When the long end is fitted to the Tee, the stand will largely stand on its own. There are of course some limitations, both with respect to the maximum size scrim that can be supported this way (I’ve only tested up to 3 by 5 foot scrims with this system) also it won’t do so well in really windy environments.</p>
<p>The second method is when the short end is fitted to the Tees. In this configuration, with one “stand adapter” on each tee, the long pipes can be slipped over the top of a pair of light stands allowing the scrim to act as a suspended shade.</p>
<h3 id="toc-scrim-clips">Scrim Clips</h3>
<p>There are a number of ways to attach the scrim material to the frame, the two best solutions are either sewing pockets into the corners of the scrim material or using clips. I choose clips since it involved the least sewing work and I wouldn’t have to go looking for more material. The clips are made from ~2” lengths of class 200 PVC pipe that have had about 1/4 of them cut out.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/04/diy-scrim/clip.png" rel="lightbox[6171]"><img class="aligncenter size-thumbnail wp-image-6176" title="clip" src="http://static1.pointsinfocus.com/2011/04/diy-scrim/clip-280x320.png" alt="" width="280" height="320" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointsinfocus.com/2011/04/diy-scrim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Autofocus Target: Part 4 Designing the Target</title>
		<link>http://www.pointsinfocus.com/2011/04/diy-autofocus-target-part-4-designing-the-target/</link>
		<comments>http://www.pointsinfocus.com/2011/04/diy-autofocus-target-part-4-designing-the-target/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 01:42:00 +0000</pubDate>
		<dc:creator>V. J. Franke</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[AF]]></category>
		<category><![CDATA[autofocus]]></category>
		<category><![CDATA[autofocus microadjustments]]></category>

		<guid isPermaLink="false">http://www.pointsinfocus.com/?p=6129</guid>
		<description><![CDATA[While the target’s construction tolerances are important, if there is nothing to focus on and no scale to read, none of that matters. The non-obvious part is that how the target is designed can seriously affect how the auto focus system performs. A brief overview of Auto Focus If you’ve ever used a manual focus [...]]]></description>
			<content:encoded><![CDATA[<p>While the target’s construction tolerances are important, if there is nothing to focus on and no scale to read, none of that matters. The non-obvious part is that how the target is designed can seriously affect how the auto focus system performs.</p>
<h2 id="toc-a-brief-overview-of-auto-focus">A brief overview of Auto Focus</h2>
<p>If you’ve ever used a manual focus camera with a split prism screen, you’re already familiar with the way autofocus works, even if you don’t realize it.</p>
<p>The exact details are somewhat outside the scope of this article, but at a simplified level, autofocus works something like this:</p>
<p>Light from the lens is split and sent though a pair of prisms, the prisms converts focus errors into laterally shifted images. The shifted images are projected on to a pair of linear photo-sensors—think of this as a single row of pixels from the camera’s main sensor. The camera then looks for patterns on these sensors and then tells the lens to focus so that the sensors both show the same pattern.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-6130" title="af-system-demo" src="http://static1.pointsinfocus.com/2011/04/diy-autofocus-target-part-4-designing-the-target/af-system-demo.png" alt="" width="596" height="309" /></p>
<p>The diagram attempts to illustrate the “AF system’s” view of a high contrast low frequency target, i.e. a black line on a white background. The rows of boxes above and below the images represent the AF sensor’s photo sites, and are colored to represent what the sensor would output. This is the simplest best-case scenario for an AF system, and it’s very easy for the camera to deal with.</p>
<p>The ultimate design objective is to make sure that the above simple scenario is the only scenario that the camera can experience across a wide range of conditions.</p>
<h2 id="toc-potential-design-issues">Potential Design Issues</h2>
<p>The design of the autofocus sensor poses 3 broad problems, alignment, contrast, and image confusion.</p>
<h3 id="toc-alignment">Alignment</h3>
<p>The linear nature of the sensor means that its ability to detect “lines” is directional. Moreover, if the line and sensor are aligned, in other words a vertical line and a vertically oriented sensor, the sensor will be unable to find anything to focus on at all.</p>
<p>Fortunately modern AF system design has reduced the severity of this problem with the wide spread use of “cross-type” AF points. These AF points place two sets of linear sensors at right angles to each other. This eliminates the possibility of having the subject and sensor aligned in such a way that focus cannot be achieved. What is perfectly aligned to not work with one sensor pair, will be in perfect alignment with the second pair.</p>
<p>From the AF target design perspective, it’s simple enough to insure that the target is functional regardless of sensor orientation and availability of cross type sensors, that it’s ultimately pointless to worry too much about the sensor type. Instead, a target pattern consisting of lines crossing at 90° angles is sufficient to cover the possible alignment cases.</p>
<h3 id="toc-contrast">Contrast</h3>
<p>Due to their design and the requirements they must operate under, autofocus sensors tend to be significantly less sensitive to contrast than the actual imaging sensor. The simple, and obvious, solution to this is to insure the autofocus target has the highest possible contrast. To that end, it should be printed using fully saturated black on white paper.</p>
<h3 id="toc-resolutionimage-confusion">Resolution/Image Confusion</h3>
<p>The ultimate design objective is to insure that the target cannot “confuse” the camera’s autofocus system. Insuring high contrast and coverage is one thing, but going overboard with providing a target field can lead to accuracy and repeatability issues.</p>
<p>The mechanism is simple. When there is a high frequency pattern (like repeating lines), it’s possible for the defocused image align in such a way that the autofocus system things that focus has been achieved when it hasn’t. The image below shows this condition occurring in a split prism on a manual focus camera.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/04/diy-autofocus-target-part-4-designing-the-target/Split-Prism-Focusing.jpg" rel="lightbox[6129]"><img class="aligncenter size-medium wp-image-6132" title="Split Prism Focusing" src="http://static1.pointsinfocus.com/2011/04/diy-autofocus-target-part-4-designing-the-target/Split-Prism-Focusing-480x384.jpg" alt="" width="480" height="384" /></a></p>
<p style="text-align: center;">&nbsp;</p>
<p>Of course, in a manual focus system we know that focus hasn’t been achieved, but such “outside” observations are not available to the computer in the camera. However, to the auto focus system, all it can &#8220;see&#8221; is what&#8217;s in the inner most circle. As far as the AF system knows, this could be an in focus image of a &#8220;soft&#8221; set of parallel lines, not the out of focus image of a set of lines. Though, it&#8217;s worth pointing out that SLR AF systems are more accurate than this simple demonstration implies.</p>
<p>This too has a simple solution; don’t use repeating patterns in the target design.</p>
<h2 id="toc-sound-target-designs">Sound Target Designs</h2>
<p>If there’s anything that should be obvious about designing an AF target, it’s KISS (keep it simple stupid). What you clearly don’t want it something fancy that could ultimately lead to inaccurate focus. As such there are two target designs I tend to favor. The first is a simple pair of wide lines crossing at right angles running horizontally and vertically across the target.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/04/diy-autofocus-target-part-4-designing-the-target/AF-Target-1.png" rel="lightbox[6129]"><img class="aligncenter size-thumbnail wp-image-6133" title="AF-Target-1" src="http://static1.pointsinfocus.com/2011/04/diy-autofocus-target-part-4-designing-the-target/AF-Target-1-320x320.png" alt="" width="320" height="320" /></a></p>
<p>&nbsp;</p>
<p>The second is alternating quadrants of black and white.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/04/diy-autofocus-target-part-4-designing-the-target/AF-Target-2.png" rel="lightbox[6129]"><img class="aligncenter size-thumbnail wp-image-6134" title="AF-Target-2" src="http://static1.pointsinfocus.com/2011/04/diy-autofocus-target-part-4-designing-the-target/AF-Target-2-320x320.png" alt="" width="320" height="320" /></a></p>
<p>Both of these targets are high contrast, suitable for both vertical and horizontal autofocus points, and have no high frequency patterns that could accidentally induce error.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointsinfocus.com/2011/04/diy-autofocus-target-part-4-designing-the-target/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salvaging a Bland Sunset</title>
		<link>http://www.pointsinfocus.com/2011/03/salvaging-a-bland-sunset/</link>
		<comments>http://www.pointsinfocus.com/2011/03/salvaging-a-bland-sunset/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 00:43:21 +0000</pubDate>
		<dc:creator>V. J. Franke</dc:creator>
				<category><![CDATA[Digital Darkroom]]></category>
		<category><![CDATA[sunset]]></category>

		<guid isPermaLink="false">http://www.pointsinfocus.com/?p=5962</guid>
		<description><![CDATA[Not every sunset is going to produce spectacular images, however, with a little care added in post production even a mediocre sunset can turn into something a little better.]]></description>
			<content:encoded><![CDATA[<p>What makes a good sunset image?</p>
<p>In my opinion the key elements are clouds, color and foreground, though not necessarily in that order. Beach sunsets pose a special problem since a foreground of interest is usually much harder to come by unless you’re lucky enough to find a good-sized bit of driftwood. Clouds are always problematic, especially in the winter and spring in Florida where the skies are usually clear and completely devoid of clouds.</p>
<p>Last weekend I spent the day on Sanibel Island on Florida’s Gulf coast. The following image is one of many images shot during the not all that impressive sunset.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/03/salvaging-a-bland-sunset/Spring-Sunset-3.jpg" rel="lightbox[5962]"><img class="aligncenter size-large wp-image-5966" title="Spring Sunset" src="http://static1.pointsinfocus.com/2011/03/salvaging-a-bland-sunset/Spring-Sunset-3-611x640.jpg" alt="" width="611" height="640" /></a></p>
<p>For all the image lacks, there is a serene quality in its muted pastel colors and evenness of light. However, it lacks pop and given the lack of interesting clouds and a strong foreground it could just as easily end up on the cutting room floor. Fortunately, the lack of pop can be easily fixed with some minor adjustments in post processing.</p>
<h2 id="toc-contrast">Contrast</h2>
<p>Contrast affects many things in how we perceive images. Local contrast and apparent sharpness are directly related; the higher the local contrast is the more sharp an image appears. On the other hand, the overall contrast of the scene really affects the pop and mood.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/03/salvaging-a-bland-sunset/src-histo.jpg" rel="lightbox[5962]"><img class="alignright size-thumbnail wp-image-5967" title="src-histo" src="http://static1.pointsinfocus.com/2011/03/salvaging-a-bland-sunset/src-histo-320x125.jpg" alt="" width="320" height="125" /></a>Just looking at the image it’s clear that it lacks contrast. It’s even more obvious when looking at the histogram, where the bulk of the image data is in the center and doesn’t actually extend out to the edges.</p>
<p>Naively the lack of contrast could be addressed by adjusting the contrast slider. Doing so will darken the darker areas, which is what we want to happen, however, the contrast slider will also brighten the highlights. The contrast slider can be thought of as controlling the wideness of the histogram, adding contrast stretches the darks towards black and the lights towards white. Reducing the contrast pushes the darks towards white and the lights towards black—making everything grayer.</p>
<p>However, in this image specifically, the real problem with the contrast is the lack of blacks, not so much the highlights. Moreover, if you look at the peak in the reds and oranges in the histogram, which incidentally corresponds with the sky, it’s not necessarily desirable to push those further to the right, brightening them.</p>
<p>While not precisely the same, the blacks and exposure sliders can be thought of as acting like halves of the contrast slider. The Exposure control pulls the histogram towards white, and the black control pulls the histogram towards black.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/03/salvaging-a-bland-sunset/Spring-Sunset-2.jpg" rel="lightbox[5962]"><img class="aligncenter size-large wp-image-5965" title="Spring Sunset" src="http://static1.pointsinfocus.com/2011/03/salvaging-a-bland-sunset/Spring-Sunset-2-611x640.jpg" alt="" width="611" height="640" /></a></p>
<p>In this case, increasing the black level will increase the overall contrast. It will also stretch the entire histogram towards the left. The whole histogram shift has a secondary advantage, as it will increase the saturation in the sky and ocean.</p>
<h2 id="toc-saturation">Saturation</h2>
<p>Saturation sells. Okay it’s considerably more complicated than that, but by and large, most people looking at images will perceive a more saturated image as better, I’m no exception. That said; don’t take this to mean that cranking the saturation to 11 is a desirable thing. In many cases, it’s not.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/03/salvaging-a-bland-sunset/Spring-Sunset.jpg" rel="lightbox[5962]"><img class="aligncenter size-large wp-image-5964" title="Spring Sunset" src="http://static1.pointsinfocus.com/2011/03/salvaging-a-bland-sunset/Spring-Sunset-611x640.jpg" alt="" width="611" height="640" /></a></p>
<p>Ultimately, I think I like the slightly more saturated sky, as it feels that it brings out the pinks and oranges much better. The final rendition with the simple tweaks to blacks and saturation has much more impact than the image did right out of the camera, or even what was visible at the actually being there.</p>
<p>The key idea here, I think, is to understand the differences between how contrast, exposure, and blacks affect the image and when to apply them. Unfortunately, like most things in photograph there’s no hard and fast rule that can be given or followed, instead the one has to use their best judgment when looking at the image and the histogram. In fact, an additional point may be to look at the histogram, as it’s a useful tool when deciding on what adjustments need to be applied.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointsinfocus.com/2011/03/salvaging-a-bland-sunset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bad weather; Good Photography?</title>
		<link>http://www.pointsinfocus.com/2011/02/bad-weather-good-photography/</link>
		<comments>http://www.pointsinfocus.com/2011/02/bad-weather-good-photography/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 15:48:29 +0000</pubDate>
		<dc:creator>V. J. Franke</dc:creator>
				<category><![CDATA[Techniques]]></category>

		<guid isPermaLink="false">http://www.pointsinfocus.com/?p=5804</guid>
		<description><![CDATA[There's something to be said about being a fair weather photographer, like staying dry. However, bad weather is often a great time to shoot images that otherwise wouldn't be possible. Here are some of my thoughts and tips on dealing with some common but less than ideal weather.]]></description>
			<content:encoded><![CDATA[<p>There’s something to be said about being a fair weather photographer. For one thing, you don’t have to worry about being rained on. That said, there’s there are plenty of opportunities for great images in less than stellar weather.</p>
<p>Like always, my primary concern when shooting in bad weather is the quality and direction of light. However, unlike on a clear day, the weather adds an additional consideration, a more nebulous “seeing.” I’m not talking about not just how far you can be from the subject, but how the atmospheric conditions affect the quality of the images produced.</p>
<h2 id="toc-overcast-skies">Overcast Skies</h2>
<p>I find overcast skies are a blessing and a curse. They act like a huge soft box you don’t have to carry or setup. Who doesn’t want that? However, I find they also tend to make poor backgrounds for anything that has sky in it. The key to optimizing your images is to focus on subject matter that performs maximally under soft light.</p>
<div id="attachment_5805" class="wp-caption alignright" style="width: 330px"><a  href="http://static1.pointsinfocus.com/2011/02/bad-weather-good-photography/Cattle-Egret.jpg" rel="lightbox[5804]"><img class="size-medium wp-image-5805" title="Cattle Egret" src="http://static1.pointsinfocus.com/2011/02/bad-weather-good-photography/Cattle-Egret-320x480.jpg" alt="" width="320" height="480" /></a>
<p class="wp-caption-text">Overcast skies reduce the dynamic range, bringing up the shadows, reducing harsh shadows, and remove many distracting specular highlights in backgrounds.</p>
</div>
<p>For images that don’t include the sky, I don’t make any special setting changes on my cameras and enjoy the soft light.</p>
<p>The real trouble with overcast skies is when you start including sky a large amount of sky in the frame. Clouds are dramatically brighter than blue sky, and well brighter than the 12-18% reflectance a camera’s meter expects. As a result, I find it’s necessary to add quite a lot of exposure compensation, typically between 1 and 2 stops.</p>
<p>There is also a directionality consideration, even though the sky is acting as a big soft box. This isn’t as much of an issue when shooting images without a lot of sky in them, but becomes a bigger deal when a large part of the frame is sky. I find that even though the sky is acting as a large diffuser, it’s still necessary to keep the sky behind you, and I will still try to position myself in such a way that the sun is behind me, regardless of whether the sky is clear or overcast.</p>
<p>Ultimately, I find shooting towards the sky tends to produce high key images they lack the sense of intimacy that fog or rain can produce.</p>
<p>On a more gear related note, purely overcast days typically pose the fewest number of technical issues. There’s no rain, or significant moisture in the air so camera covers and rain sleeves aren’t necessary. Nor does the cloud cover at altitude impact the use of a flash or strobe the way rain or snow can.</p>
<h2 id="toc-fog" class="clear">Fog</h2>
<p>Fog is one weather condition I’m increasingly enjoying shooting in. Maybe it’s due to the limited amount of fog I actually see, but I find that when there is fog, my images tend to be more intimate, mostly out of necessity. However, the reduced “seeing” also makes producing images with complex layered elements easier in some cases.</p>
<p>The down side is that fog brings two challenges that need to be dealt with.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/02/sandwich-tern-in-the-fog/Sandwith-Tern-Flight-in-Fog.jpg" rel="lightbox[5804]"><img class="aligncenter size-medium wp-image-5800" title="Sandwith Tern Flight in Fog" src="http://static1.pointsinfocus.com/2011/02/sandwich-tern-in-the-fog/Sandwith-Tern-Flight-in-Fog-480x300.jpg" alt="" width="480" height="300" /></a></p>
<p>First, the quality of light is similar to an overcast sky. There is still a level of directionality, though to a much lesser degree both because there is no surface emitting the light (the bottom of the clouds) and because fog can be buried under normal cloud cover (double diffusion).</p>
<p>From a brightness standpoint, fog typically isn’t as overwhelmingly bright as an overcast sky. When shooting in fog, I’ll start by opening up 1 stop; sometimes I’ll go a bit more if I need to but never as much as I will when shooting towards an overcast sky.</p>
<p>The real strength to me is that fog not only hides backgrounds, but also adds a layer of mystery to images as objects quickly go from distinct objects to dark outlines in the background.</p>
<p>Adding flash can be a bit trickier, depending on how dense the fog is. At a minimum flash range will be reduced, likely significantly. In the worst case, the fog will reflect a lot more of the flash back than reaches the subject, further washing out an already low contrast scenario. Personally, I don’t use a flash in fog. I’ll compensate for the reduced light levels by opening up a bit or using a slightly higher ISO.</p>
<p>The more pressing issue is dealing with the lack of contrast and color vibrancy that is prevalent in fogy scenes. Fortunately, this is something that digital capture makes considerably easier to work with.</p>
<p>An optimized frame shot in the fog will look washed out, and will likely have very little information in the left (darkest) most quarter of the histogram. That’s okay, if not desirable. Maximizing the exposure, will minimize noise at capture time, which is beneficial due to the increased manipulation requirements. Processing, at a minimum, will require increasing the black levels, contrast, and color saturation.</p>
<table class="aligncenter ui-border-none" border="0">
<tbody>
<tr valign="top">
<td>
<div id="attachment_5807" class="wp-caption aligncenter" style="width: 330px"><a  href="http://static1.pointsinfocus.com/2011/02/bad-weather-good-photography/Royal-Terns-in-Fog-unedited.jpg" rel="lightbox[5804]"><img class="size-medium wp-image-5807" title="Royal Terns in Fog (unedited)" src="http://static1.pointsinfocus.com/2011/02/bad-weather-good-photography/Royal-Terns-in-Fog-unedited-320x480.jpg" alt="" width="320" height="480" /></a>
<p class="wp-caption-text">Straight out of the camera, images shot in fog will be flat, lacking both contrast and color vibrancy.</p>
</div>
</td>
<td>
<div id="attachment_5808" class="wp-caption aligncenter" style="width: 330px"><a  href="http://static1.pointsinfocus.com/2011/02/bad-weather-good-photography/Royal-Terns-in-Fog.jpg" rel="lightbox[5804]"><img class="size-medium wp-image-5808" title="Royal Terns in Fog" src="http://static1.pointsinfocus.com/2011/02/bad-weather-good-photography/Royal-Terns-in-Fog-320x480.jpg" alt="" width="320" height="480" /></a>
<p class="wp-caption-text">After processing by bringing up the black levels and adding contrast and color saturation images shot in fog can be just as &quot;good&quot; as images shot in any other conditions.</p>
</div>
</td>
</tr>
</tbody>
</table>
<p>The final aspect of shooting in fog is the reduction in usable working distance. What seems like a perfectly workable shot to the eye or through the viewfinder can quickly result in a useless frame to the sensor. Gaining an appreciation for the differences between how the mind perceives a scene in fog and how a camera captures it takes some getting used to.</p>
<p>Moreover, telephoto lenses will multiply the shrouding effect of the fog. In extreme cases, dense fog coupled with a telephoto lens can result in soft images due only to the increased diffusion from the water vapor in the air.</p>
<p>Image challenges aside, fog doesn’t present much of an issue with respect to protecting your gear. While I personally prefer to have weather sealed lenses and bodies when working fog, it’s not strictly necessary unless conditions are such that water is actively condensing on your gear. For an extra bit of protection, you could certainly use a rain jacket for your gear. OP/TECH USA makes a series of lightweight, inexpensive, disposable rain covers that would work well if you’re concerned about working in fog.</p>
<h2 id="toc-rain">Rain</h2>
<p>Rain presents the biggest challenge for photography, namely getting everything wet. Even with weather-sealed equipment, I am less than thrilled with the proposition of taking my gear out into even moderate rain without some form of protection. More importantly, raindrops landing on the front element or protective filter will seriously distort the captured image—this can be a major problem in surf, spray, or mist conditions as well. In addition to a rain cover, a lens hood is practically a given.</p>
<p><a  href="http://static1.pointsinfocus.com/2011/02/bad-weather-good-photography/Great-Egret-and-the-Approaching-Rain.jpg" rel="lightbox[5804]"><img class="aligncenter size-medium wp-image-5806" title="Great Egret and the Approaching Rain" src="http://static1.pointsinfocus.com/2011/02/bad-weather-good-photography/Great-Egret-and-the-Approaching-Rain-343x480.jpg" alt="" width="343" height="480" /></a></p>
<p>Rain presents the same limitations in visibility that fog does. However, rain, like snow, adds an additional twist in that the droplets can be big enough to reflect a flash burst back to the camera and show up in the image as bright spots. Like fog, if I am, shooting in the rain, I will avoid using a flash, never mind it’s more of a potential hazard due to the voltages involved in making a flash work, than I’m willing to deal with.</p>
<p>The more pressing issues are the limited visibility, low light levels, and limitations imposed on a flash by the falling droplets. Truth be told, rain becomes a very complicated subject discuss and work in and more than anything else, the situation dictates what you can and can’t do and it’s hard to give any general advice.</p>
<p>If the rain is light enough and there’s enough light, you can work much as you would under overcast skies. For example, flowers will benefit from the soft light and have the added benefit of having naturally placed water droplets on them.</p>
<p>Heavier rain is more problematic, and for the most part something, I simply avoid being in and shoot around it. In fact, these situations tend to be my preferred scenario as the clouds, and even rain itself can add a significant amount of drama to an image.</p>
<p>When dealing with rain I find it’s usually not necessary to adjust the exposure compensation, as the sky tends to be dark.</p>
<p>As for protecting your gear, if you are going to be shooting around anything that could produce rain while you’re there, I’d carry rain gear for your camera at a minimum. Preferably, I’d aim to work from inside a cover (like a car or overhang). That said in a light drizzle, most weather sealed cameras and lenses are good enough. I’ve on occasion run outside with an unprotected 1D and weather sealed L lens to get a quick shot while it’s still drizzling.</p>
<p>The one final aspect of rain is the storm itself. I’ve spent many a night with camera and tripod watching a storm pass trying to capture lightning bolts. A dramatic building storm can change the entire feel of a landscape or architectural image. Finally, the storm clouds themselves can be an interesting subject on their own.</p>
<h2 id="toc-final-thoughts">Final Thoughts</h2>
<p>Less than ideal to bad weather is one of the few things that can get me fired up and out the door with a camera. I’ve made too many successful images in those situations that seeing fog or rain on the horizon has long since stopped being something that gets me down, and I don’t think you should let it bother you either.</p>
<p>Every image in this post was shot in less than ideal weather. In some cases, the Great Egret and the Sandwich Tern specifically, the weather, light, and timing produced some of my favorite images over anything shot in better conditions.</p>
<p>Next time there’s fog or rain in the forecast; don’t write the day off as a photographic dead end.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointsinfocus.com/2011/02/bad-weather-good-photography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dealing With Dust: Cleaning Your Gear</title>
		<link>http://www.pointsinfocus.com/2011/02/dealing-with-dust-cleaning-your-gear/</link>
		<comments>http://www.pointsinfocus.com/2011/02/dealing-with-dust-cleaning-your-gear/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 22:00:05 +0000</pubDate>
		<dc:creator>V. J. Franke</dc:creator>
				<category><![CDATA[Cameras & Lenses]]></category>

		<guid isPermaLink="false">http://www.pointsinfocus.com/?p=1068</guid>
		<description><![CDATA[We&#8217;ve all had to deal with it, dust spots in images. The more stopped down the lens is and uniform the scene is in texture the more of a problem it is. The way I see it, dealing with dust is a three-part process. Cleaning the camera and sensor, minimizing the dust that can get [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all had to deal with it, dust spots in images. The more stopped down the lens is and uniform the scene is in texture the more of a problem it is. The way I see it, dealing with dust is a three-part process. Cleaning the camera and sensor, minimizing the dust that can get into your gear, and finally, dealing with the dust spots that do show up in post processing.</p>
<h2 id="toc-cleaning-your-gear">Cleaning your Gear</h2>
<p>This is a bit of a both sides of the equation thing, some of it is related to dust and some of it is related to maintaining the optimal functionality of your gear. I clean my gear every time I get back from the field. If you don&#8217;t currently clean your gear and want to know how, Moose Peterson has a very solid 4-part video guide at the top of <a  href="http://www.moosenewsblog.com/moose-video-guide/" target="_blank">his video archive page</a>. It&#8217;s well worth the watch.</p>
<p>That said, there are a couple of things I want to call out as being important and a couple of additions I&#8217;d like to make.</p>
<h3 id="toc-using-a-cotton-swab-to-clean-the-mirror-box">Using a Cotton Swab to Clean the Mirror Box</h3>
<p>Moose suggests using a Q-tip to remove fine metal shavings and dirt from the lens mount and mirror box. I had never thought of doing this, and I really like the idea. However I&#8217;m not sure if a cotton-swab is the best solution, though I don&#8217;t know anything better. I&#8217;ve found that it&#8217;s not hard to get fibers snagged on something and pulled from the cotton. Fibers, that in turn have to be cleaned out carefully with tweezers one at a time.</p>
<p>Also, keep in mind that many digital bodies now have tacky pads in the mirror box to catch and retain dust and you don&#8217;t want to go rolling a q-tip though one of those-though you shouldn&#8217;t be putting a q-tip that far into the mirror box.</p>
<h3 id="toc-clean-the-body-and-lens-caps">Clean the Body and Lens Caps</h3>
<p>I wash my body and sometimes lens caps—yes, with soap and water—depending on how dusty they are. Since Canon doesn&#8217;t make, to my knowledge anyway, metal body caps at all and the plastic ones will collect dust in hard to reach crevices it&#8217;s the easiest way to get the dust out of them. Just make sure they dry thoroughly before putting them back on the camera.</p>
<p>Also, don’t forget to clean the lens mount on the lens. A little rubbing alcohol on a cotton swap here will turn up all kinds of crud that can get into the mirror box eventually.</p>
<h3 id="toc-wipe-down-your-gear-when-youre-done">Wipe down Your Gear When You&#8217;re Done</h3>
<p>Not sensor dust related but I just wanted to re-emphasize the importance of this especially when shooting in hostile environments. And just an added note, when I get back from somewhere like the beach I will clean the front filters with lens cleaner to insure there isn&#8217;t any salt residue left on the glass even if they appear clean.</p>
<p>This is doubly important when shooting in environments that are aggressive to camera gear and the coatings used on lenses. The sooner you do this the better as well.</p>
<p>While you’re cleaning your gear in general, don’t forget everything else, especially if you have a good quality tripod. In a harsh wet environment, aluminum tripod legs (and the aluminum in Gitzo leg locks) can corrode and seize, freezing the legs in whatever position they were left.</p>
<h2 id="toc-cleaning-your-sensor">Cleaning Your Sensor</h2>
<p>If there isn’t a way to start a debate, this is probably it. Yes, cameras are precise instruments and the last thing you want to do is damage the sensor, god only know how much you’d end up paying to have that repaired.</p>
<p>The official line is that it’s safe to blow the sensor clean with something like a <a  href="http://www.amazon.com/dp/B000L9OIQC/?tag=poiinfoc-20">Rocket Blower</a>, if that doesn’t remove the dust you’re supposed to send the camera to the manufacturer and have them clean the sensor. In practice, the camera isn’t nearly as fragile as it sounds and there are several approaches to cleaning the sensor.</p>
<p>There are 3 major methods, blowing, brushing, and wiping, loosely named based on how they work.</p>
<h3 id="toc-blowing-away-the-dust">Blowing away the Dust</h3>
<p>Blowing is the simplest, safest and often least effective. You will need a proper blower, canned “air” dusters can and likely will leave a residue on your sensor that will require a more thorough cleaning to remove. I use a medium Rocket Blower, the small works well enough if you need to pack it in your bag for the road. Visible Dust, the makers of the Arctic Butterfly, makes a “<a  href="http://www.amazon.com/dp/B001R2W47M/?tag=poiinfoc-20">Zeeion blower</a>” that they claim is even better because it statically charges the air and filters it before it blows it in your camera.</p>
<p>Blowing will only remove dry loose dust particles, not sticky or oily ones. The unfortunate, reality of modern self-cleaning sensors though, is that the camera can already deal with this kind of dust quite well on its own, and overall blowing your sensor clean isn’t going to do much. However, it’s still a good idea to blow the sensor clean before you go into one of the more aggressive steps, there’s just no sense having any more dust there than necessary.</p>
<h3 id="toc-brushing-away-the-dust">Brushing away the Dust</h3>
<p>The second method of dealing with dust is brushing. This typically involves using a soft brush of sort, gently dragged across the sensor’s surface, to lift away the dust particles. The most well-known of the sensor cleaning brushes is the <a  href="http://www.amazon.com/dp/B000T8YG2Q/?tag=poiinfoc-20">Arctic Butterfly</a> by Visible Dust. There are also some “riskier” DiY solutions that use thoroughly cleaned artists’ paintbrushes or makeup brushes.</p>
<p>Brushing is the second most aggressive cleaning method, it can deal with sticky dust that blowing can’t, but cannot deal with oily residues. Like wiping, there is a level of risk in putting anything inside the mirror box and touching the sensor.</p>
<h3 id="toc-wiping-away-the-dust">Wiping away the Dust</h3>
<p>Better known as wet cleaning, this is the most aggressive and best cleaning solution. It will deal with all forms of dust, as well as any oily residues on the sensor’s surface. It’s also arguable the most controversial and most commercialized. There is a huge verity of products available for this, from reusable systems that you have to assemble at cleaning time to disposable one use pre-wetted pads.</p>
<p>I use a system from copper hill images; it uses readily available Pec*Pads and Eclypse E2 cleaning solution with a custom “spatula.” In the intervening years Photographic Solutions, the makers of Pec*Pads, have introduced their own <a  href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb_sb_noss%26y%3D0%26field-keywords%3DSensor%2520Swab%26url%3Dsearch-alias%253Daps&#038;tag=poiinfoc-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=390957">disposable sensor cleaning solutions</a>, though they are less hassle to setup, they tend to be somewhat more expensive on a per use basis.</p>
<h3 id="toc-general-sensor-cleaning-tips">General Sensor Cleaning Tips</h3>
<p>Regardless of cleaning method and especially with the brush and wet methods where a physical instrument must be placed inside the mirror box, having stable camera power is of the up most importance. I strongly recommend using a fully charged battery (or multiple if you have a battery grip), instead of an AC power adapter, to insure that there is no power interruptions while you’re cleaning.</p>
<p>It’s also a good idea to work in a dust free area. Right, dust free, who am I kidding.</p>
<p>Actually, there are a few ways you can deal with dust in the air. One is to clean your camera in the bathroom after running the shower on hot for a few minutes and letting the room cool a bit. The condensing humidity will trap the dust in the air, at least temporarily. Barring that, if you have a fan in your room; turn it off and let the air settle before you start cleaning your gear.</p>
<p>In either case, it’s also useful to work quickly and keep the camera’s mirror box covered as much as possible.</p>
<p>For example, my cleaning procedure works much like this. I start by putting the camera in manual cleaning mode, then holding it lens mount down, and blowing out the mirror box. I then turn the camera off, and put the body cap on it before returning it to my desk while I assemble the swab. Once the swab is assembled, I put a few drops of eclipse on the swab and I’ll again put the camera in cleaning mode, then place it lens mount up on my desk. By the time I have the camera in cleaning mode, the swab is just moist enough to be ready, so I can pull the body cap off and clean the sensor. When I’m done cleaning the sensor, I immediately reattach the body cap, then go about turning off the cleaning mode.</p>
<h2 id="toc-minimizing-points-of-entry">Minimizing Points of Entry</h2>
<blockquote class="pull alignright"><p>Use whether sealed lenses and don&#8217;t change them in dusty locations, barring that change lenses sparingly and quickly and while shielding the camera from the wind.</p></blockquote>
<p>Minimize the number of ways foreign particles can enter the camera body when you&#8217;re in the field. Not all sensor dust is due to material from inside the camera migrating to the sensor, there is still an environmental component that&#8217;s more of an issue in some environments than in others. Places like beaches or sandy areas are a good example; a little wind and there&#8217;s a lot of very fine particulate matter flying around almost constantly, couple that with the salt spray in air that tends to leave a residue on everything exposed to it, and you have a recipe for a dirty sensor.</p>
<p>The best way deal with these environments is by using weather-sealed lenses and not changing them at all in that environment.</p>
<p>Barring that, the next best thing is to keep the number of lens changes down to as few times as possible and as quickly as possible.</p>
<p>When all else fails and you have to change lenses in windy sandy adverse environments, try to form a shield against the wind by standing with your back to the wind. Then work quickly and close to your body and try to shield your gear with your hands and body as much as possible instead of out at arm’s length on your tripod or something. This is also a place where being able to change lenses with practiced ease is a good skill to have.</p>
<h2 id="toc-dealing-with-dust-in-post">Dealing with Dust in Post</h2>
<p>Dealing with dust in post shouldn&#8217;t be hard, it&#8217;s most readily visible in uniformly colored areas, and that makes it easy to clone out. In fact it&#8217;s very easy if you use the manufactures&#8217; software (like Canon&#8217;s Digital Photo Professional or Nikon&#8217;s Capture NX) there is often a way to capture a dust deletion image in the field while you&#8217;re shooting and have the software apply it automatically when you process the image.</p>
<p>Using 3rd party image editors makes things a little more complicated, but many of them make the process streamlined enough that it still can be quite fast.</p>
<h3 id="toc-tricks-for-dealing-with-dust-in-lightroom">Tricks for Dealing with Dust in Lightroom</h3>
<p>I use Adobe’s Photoshop Lightroom, and I’ve found a few handy tricks to dealing with dust.</p>
<h4 id="toc-use-home-and-page-down-to-scan-the-image">Use Home and Page Down to Scan the Image</h4>
<p>The first trick is to insure you cover the image at 100% magnification without missing any spots. Lightroom provides a simple mechanism to do this. In develop after you’ve zoomed into 100% magnification, press the “Home” key to move the view to the top-left corner. From here you can press the “page-down” key and the view will advance down the image to the bottom. When you reach the bottom of the image, pressing “page-down” again, will shift the view to the top and far enough right to align with the first pass you just made. By repeatedly pressing “page-down”, you can cover an entire image from top-left, to bottom-right without missing any of the image.</p>
<h4 id="toc-sync-dust-removal-between-images">Sync Dust removal between Images</h4>
<p>Dust spots are static, so they won’t move between images. Which means, that you can de-spot one image, and sync those fixes to neighboring images using Lightroom’s ability to sync development settings. This makes it much easier to deal with spots in a number of similar images where you can be sure the background won’t change drastically.</p>
<h4 id="toc-edit-and-process-only-the-necessary-images">Edit and Process only the Necessary Images</h4>
<p>This should be somewhat obvious, but instead of trying to remove dust spots from all your images, edit down your images to the ones you really want before you start processing them. With fewer images, you can spend more time cleaning them or verifying that dust really is a problem.</p>
<h4 id="toc-shortcut-keys">Shortcut Keys</h4>
<p>You can jump directly to the spot removal tool in Lightroom by pressing the ‘Q’ key on the keyboard while in any library module or in develop.</p>
<p>Dust will likely always be a problem with digital photography and dealing with it isn’t just about cloning out spots in post-production. Keeping your camera clean and well maintained, especially the lens mount and mirror box, means you have somewhat less to worry about, but you’re not out of the woods.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointsinfocus.com/2011/02/dealing-with-dust-cleaning-your-gear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Autofocus Target: Part 3 Camera Alignment</title>
		<link>http://www.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-camera-alignment/</link>
		<comments>http://www.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-camera-alignment/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 18:11:53 +0000</pubDate>
		<dc:creator>V. J. Franke</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[AF]]></category>
		<category><![CDATA[AF micro adjutments]]></category>
		<category><![CDATA[autofocus]]></category>
		<category><![CDATA[autofocus microadjustments]]></category>

		<guid isPermaLink="false">http://www.pointsinfocus.com/?p=5755</guid>
		<description><![CDATA[In part 3 of my series on designing and building an autofocus adjustment target, I look at the alignment of the camera and target.]]></description>
			<content:encoded><![CDATA[<p>The actual alignment of the camera and target is certainly one of the major considerations, if not in the accuracy of the test, at least in how easy it is to setup for the testing.</p>
<p>One strategy is simply to do what I suggested in the previous article and use a tape measure to position the target in the necessary spot. It works, and can be accurate enough to get everything close enough to make for accurate measurements. However, it doesn’t make an easy quick way to setup the sight.</p>
<p>To do that there needs to be a sighting system of some sort. There are several ways to approach the sighting problem, but before I look at them, accuracy and depth of field must be considered.</p>
<h2 id="toc-accuracy-and-inaccuracy-as-imposed-by-depth-of-field">Accuracy and Inaccuracy as Imposed by Depth of Field</h2>
<div id="attachment_5761" class="wp-caption alignright" style="width: 329px"><a  href="http://static1.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-aligning-the-camera/Defocusing-and-depht-of-field.jpg" rel="lightbox[5755]"><img class="size-medium wp-image-5761" title="Defocusing and depht of field" src="http://static1.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-aligning-the-camera/Defocusing-and-depht-of-field-319x480.jpg" alt="" width="319" height="480" /></a>
<p class="wp-caption-text">This image shows the effect of defocusing as objects are moved away from the plane of exact focus (center pin). When the spot size is equal to the width of the the object (right most pin) the object blurry but still can be used to sight with. However, when the spot size grows to 2x the width of the object (left most pin) the object is blurry enough to make it difficult to sight with. </p>
</div>
<p>Most simple sighting systems work by aligning two or more sight points. When the sight points are aligned, the camera is aligned with the target. This strategy requires placing at least one of the “sights” either in front of, or behind, the other.</p>
<p>Accuracy is dependent on the distance between the two sight points, the longer the distance the more accurate the alignment can be. However, this presents a problem in this application, due to depth of field.</p>
<p>One way to simplify the target design and construction is to use the target itself as one of the sight points, with the second sight point either in front of or behind it. As a result, the useable depth of field is in turn halved.</p>
<p>The question ultimately is how far from the target can the second sight point be before it’s unusably blurred.</p>
<p>Fortunately, several factors allow the design to be simplified further. First, we can do the sighting at an aperture narrower than the lens’s wide-open aperture. In fact, due to the way modern SLR viewfinders are designed, at least in part, sighting thought he viewfinder will act as if the lens was stopped down to f/4 or f/5.6.</p>
<p>Further simplifying things, is that testing is typically conducted at a multiple of the focal length—it doesn’t necessarily need to be 50x either, as long as the multiplier is held constant. This reduces the depth of field calculations to being dependent on just the aperture. In other words, all f/2.8 lenses will have the same depth of field at the test distance regardless of their focal length.</p>
<p>Using both simplifications it’s possible to calculate how far away from the target the second sight point can be.</p>
<h2 id="toc-calculating-the-limits-imposed-by-depth-of-field">Calculating the Limits Imposed by Depth of Field</h2>
<p>The easiest way to compute the placement of the second target point is work the depth of field process in object space (where things are) as opposed to image space (at the sensor) like it’s usually done.</p>
<p>For this, I use an equation presented by Harold Merklinger, in his book <em>The Ins and Outs of Focus</em>. This is based on the geometry of the scene and nothing else. Moreover, I make a simplifying assumption that the distance from the lens to the subject is equal to the distance from the film plane to the subject. In reality they are slightly different (&lt;10% at the 50x testing distance) but close enough that it doesn’t introduce enough error while greatly simplifying finding the center of the lens.</p>
<p style="text-align: center;"><a  href="http://static1.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-aligning-the-camera/depth-of-field.png" rel="lightbox[5755]"><img class="aligncenter size-medium wp-image-5760" title="depth-of-field" src="http://static1.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-aligning-the-camera/depth-of-field-480x243.png" alt="" width="480" height="243" /></a></p>
<p>The formula used is show below. <em>S</em> is the spot size, <em>L</em> is the distance in front of behind the place of exact focus, <em>D</em> is the distance from the lens, and ‘d’ is the aperture diameter.</p>
<p style="text-align: center;"><a  href="http://static1.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-aligning-the-camera/eq-1.png" rel="lightbox[5755]"><img class="aligncenter size-full wp-image-5758 no-frame ui-no-shadow" title="eq-1" src="http://static1.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-aligning-the-camera/eq-1.png" alt="" width="49" height="36" /></a></p>
<p>Further applying the simplifying assumption discussed above, that the testing distance is always a multiple of the focal length—in this case, 50—the formula can be simplified as show below.</p>
<p style="text-align: center;"><a  href="http://static1.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-aligning-the-camera/eq-2.png" rel="lightbox[5755]"><img class="aligncenter size-full wp-image-5759 no-frame ui-no-shadow" title="eq-2" src="http://static1.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-aligning-the-camera/eq-2.png" alt="" width="97" height="20" /></a></p>
<p>Where<em> N</em> is the aperture of the lens as express by the f-number and <em>L</em> is the same as above.</p>
<p><em>S</em> is simply spot size where the target is unusably blurred. In practice, this works out to be twice the width of the target itself. Using this equation, we can solve the practical maximum sight point distance for any given aperture when the target is 50-times the focal length away from the camera.</p>
<p>Additionally the simplifying assumption based on viewfinder accuracy can be applied here to simplifying things further (reducing N to either 4 or 5.6).</p>
<p>For example, if an Xacto #11 knife blade was used as the front target point, S is 0.04 inches (0.5mm). Using f/4 as the sight aperture, and 50x the focal length as the testing distance, L, the upper limit for the front point is 8 inches.</p>
<h2 id="toc-thinking-about-the-design">Thinking about the Design</h2>
<p>Knowing the limits is one thing, designing the target is another. If we stop and take a moment to look at the commercial Lens Align products, their sighting system utilizes a hole in the center of target board and a rear placed sight post. This is certainly guaranteed to have you pointing at the center of the target when it’s properly aligned, but it increases the complexity of a DiY solution.</p>
<p>One possible simplification is restricting the number of degrees of freedom the target has to deal with.</p>
<p>The sighting system serves to align things in 3D space where there are 6 degrees of freedom in which the camera needs to be orientated. However, if you begin to constrain those degrees of freedom the alignment problem becomes simpler.</p>
<p>For example, constraining the camera and target somehow would seriously constrain the number of angles that need to be dealt with. One such way is to insure the camera and target are level and that the center of the lens is at the same height as the center of the target. Doing this reduces the problem to a single angular error (yaw) which can be dealt with by a single vertical sight.</p>
<p>The problem of insuring alignment still exists, to some degree however, as I showed in the last section there’s a fairly large amount of room for error in placing the camera.</p>
<p>Another simplification is that the alignment points need not be placed in the center of the target. Removing that constraint removes the difficulty of placing an opening that has to be closed in middle of the alignment surface. Actually, this can be dealt with by having the target itself slide into the “holder” covering the alignment sight.</p>
<p>Fortunately, it’s not necessary to have the alignment marks in the center of the target. Perspective that even off center alignment marks will become centered when the target is aligned. In other words, a set of pins or other sighting marks can be placed around the target such that the line up with marks on the target instead of being centered.</p>
<p>The key consideration here is insuring that the center of the target is clear of things that could throw off the autofocus system.</p>
<p>In my prototype, I used both simplifications I just noted. My alignment pin is a hobby knife blade stuck in the front of the base plate about 6” in front of the target, well inside the DoF limits for an f/4 lens at the 50x test distance. Additionally, I only use a single sight point to align the yaw of the target relative to the camera, relying on both leveling the target and camera, and setting the camera so the lens is centered at the same height as the target.</p>
<div id="attachment_5765" class="wp-caption aligncenter" style="width: 490px"><a  href="http://static1.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-aligning-the-camera/AF-Target-Prototype-Aignment-System.jpg" rel="lightbox[5755]"><img class="size-medium wp-image-5765" title="AF Target Prototype Aignment System" src="http://static1.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-aligning-the-camera/AF-Target-Prototype-Aignment-System-480x384.jpg" alt="" width="480" height="384" /></a>
<p class="wp-caption-text">On my prototype target, when the hobby-knife blade is aligned with the red mark on the target proper, the camera is aligned with respect to yaw.</p>
</div>
<p>So far, in the first 3 parts of this series I’ve covered how to calculate the allowable error that can exist in the flatness construction of the target, as well as the alignment (skew) of the target to the camera. This is limit is determined based on the AF adjustment size, testing distance, and fastest lens that needs to be tested and the camera’s sensor format. This part took a more in depth look at the problem of alignment, and some ways to solve it. Next time I’ll be looking at the actual target pattern.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pointsinfocus.com/2011/02/designing-and-building-an-autofocus-calibration-target-camera-alignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

